Uses of Class
de.captaingoldfish.scim.sdk.common.constants.enums.SortOrder
-
Packages that use SortOrder Package Description de.captaingoldfish.scim.sdk.common.constants.enums de.captaingoldfish.scim.sdk.common.request -
-
Uses of SortOrder in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return SortOrder Modifier and Type Method Description static SortOrderSortOrder. getByValue(String sortOrder)tries to get the correct sortOrder value by the given valuestatic SortOrderSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static SortOrder[]SortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SortOrder in de.captaingoldfish.scim.sdk.common.request
Methods in de.captaingoldfish.scim.sdk.common.request with parameters of type SortOrder Modifier and Type Method Description voidSearchRequest. setSortOrder(SortOrder sortOrder)A string indicating the order in which the "sortBy" parameter is applied.Constructors in de.captaingoldfish.scim.sdk.common.request with parameters of type SortOrder Constructor Description SearchRequest(Long startIndex, Integer count, String filter, String sortBy, SortOrder sortOrder, String attributes, String excludedAttributes)
-