Uses of Class
com.pingidentity.sdk.SearchCriteria.Order
-
Packages that use SearchCriteria.Order Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of SearchCriteria.Order in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return SearchCriteria.Order Modifier and Type Method Description SearchCriteria.OrderSearchCriteria.OrderByItem. getOrder()static SearchCriteria.OrderSearchCriteria.Order. valueOf(String name)Returns the enum constant of this type with the specified name.static SearchCriteria.Order[]SearchCriteria.Order. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk with parameters of type SearchCriteria.Order Modifier and Type Method Description voidSearchCriteria.OrderByItem. setOrder(SearchCriteria.Order order)Constructors in com.pingidentity.sdk with parameters of type SearchCriteria.Order Constructor Description OrderByItem(String sortFieldName, SearchCriteria.Order order)Create an OrderByItem based on a sortFieldName and an order
-