Uses of Enum
de.captaingoldfish.scim.sdk.common.constants.enums.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in de.captaingoldfish.scim.sdk.common.constants.enums
Methods in de.captaingoldfish.scim.sdk.common.constants.enums that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderSortOrder.getByValue(String sortOrder) tries to get the correct sortOrder value by the given valuestatic SortOrderReturns 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 SortOrderModifier and TypeMethodDescriptionvoidSearchRequest.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