Package net.webpdf.wsclient.openapi
Class OperationPortfolioSortPredefinedCriterion
- java.lang.Object
-
- net.webpdf.wsclient.openapi.OperationPortfolioSortPredefinedCriterion
-
public class OperationPortfolioSortPredefinedCriterion extends Object
Selects a predefined sorting criterion to apply to entries of the portfolio, when determining display order.
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_ASCENDINGstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_KEY
-
Constructor Summary
Constructors Constructor Description OperationPortfolioSortPredefinedCriterion()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationPortfolioSortPredefinedCriterionascending(Boolean ascending)OperationPortfolioSortPredefinedCriteriondisplayName(String displayName)booleanequals(Object o)@Nullable BooleangetAscending()Sets whether the schema criterion shall be applied in ascending or descending order.@Nullable StringgetDisplayName()Selects the display name for the sorting criterion.@Nullable StringgetKey()Selects a predefined sorting criterion.inthashCode()OperationPortfolioSortPredefinedCriterionkey(String key)voidsetAscending(Boolean ascending)voidsetDisplayName(String displayName)voidsetKey(String key)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_ASCENDING
public static final String JSON_PROPERTY_ASCENDING
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_KEY
public static final String JSON_PROPERTY_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
ascending
public OperationPortfolioSortPredefinedCriterion ascending(Boolean ascending)
-
getAscending
@Nullable public @Nullable Boolean getAscending()
Sets whether the schema criterion shall be applied in ascending or descending order.- Returns:
- ascending
-
setAscending
public void setAscending(Boolean ascending)
-
displayName
public OperationPortfolioSortPredefinedCriterion displayName(String displayName)
-
getDisplayName
@Nullable public @Nullable String getDisplayName()
Selects the display name for the sorting criterion.- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
key
public OperationPortfolioSortPredefinedCriterion key(String key)
-
getKey
@Nullable public @Nullable String getKey()
Selects a predefined sorting criterion.- Returns:
- key
-
setKey
public void setKey(String key)
-
-