Uses of Enum Class
com.vonage.client.common.SortOrder
Packages that use SortOrder
-
Uses of SortOrder in com.vonage.client.common
Fields in com.vonage.client.common declared as SortOrderModifier and TypeFieldDescriptionprotected SortOrderHalFilterRequest.Builder.orderprotected final SortOrderHalFilterRequest.orderMethods in com.vonage.client.common that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderSortOrder.fromString(String value) protected SortOrderHalFilterRequest.getOrder()Order to sort the results by.static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.common with parameters of type SortOrderConstructors in com.vonage.client.common with parameters of type SortOrderModifierConstructorDescriptionprotectedHalFilterRequest(Integer page, Integer pageSize, SortOrder order)