Uses of Enum Class
com.pingidentity.sdk.SearchCriteria.Order
Packages that use SearchCriteria.Order
-
Uses of SearchCriteria.Order in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return SearchCriteria.OrderModifier and TypeMethodDescriptionSearchCriteria.OrderByItem.getOrder()static SearchCriteria.OrderReturns the enum constant of this class with the specified name.static SearchCriteria.Order[]SearchCriteria.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pingidentity.sdk with parameters of type SearchCriteria.OrderModifier and TypeMethodDescriptionvoidSearchCriteria.OrderByItem.setOrder(SearchCriteria.Order order) Constructors in com.pingidentity.sdk with parameters of type SearchCriteria.OrderModifierConstructorDescriptionOrderByItem(String sortFieldName, SearchCriteria.Order order) Create an OrderByItem based on a sortFieldName and an order