Uses of Enum Class
com.vonage.client.users.ListUsersRequest.SortOrder
Packages that use ListUsersRequest.SortOrder
Package
Description
-
Uses of ListUsersRequest.SortOrder in com.vonage.client.users
Methods in com.vonage.client.users that return ListUsersRequest.SortOrderModifier and TypeMethodDescriptionListUsersRequest.getOrder()The time order to return results in.static ListUsersRequest.SortOrderReturns the enum constant of this class with the specified name.static ListUsersRequest.SortOrder[]ListUsersRequest.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vonage.client.users with parameters of type ListUsersRequest.SortOrderModifier and TypeMethodDescriptionListUsersRequest.Builder.order(ListUsersRequest.SortOrder order) The order to return the results in.