JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.polarion.alm.shared.api.model.rp.parameter
Interface SortingField
public interface
SortingField
Since:
3.9.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
boolean
descending
()
String
description
()
String
id
()
String
label
()
Method Details
id
@NotNull
String
id
()
label
@NotNull
String
label
()
description
@NotNull
String
description
()
Returns:
the description of the field which usually contains hints about how the field is used.
descending
boolean
descending
()