Uses of Class
com.oracle.bmc.waas.requests.ListAddressListsRequest.SortBy
-
Packages that use ListAddressListsRequest.SortBy Package Description com.oracle.bmc.waas.requests -
-
Uses of ListAddressListsRequest.SortBy in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListAddressListsRequest.SortBy Modifier and Type Method Description static ListAddressListsRequest.SortByListAddressListsRequest.SortBy. create(String key)ListAddressListsRequest.SortByListAddressListsRequest. getSortBy()The value by which address lists are sorted in a paginated ‘List’ call.static ListAddressListsRequest.SortByListAddressListsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAddressListsRequest.SortBy[]ListAddressListsRequest.SortBy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.waas.requests with parameters of type ListAddressListsRequest.SortBy Modifier and Type Method Description ListAddressListsRequest.BuilderListAddressListsRequest.Builder. sortBy(ListAddressListsRequest.SortBy sortBy)The value by which address lists are sorted in a paginated ‘List’ call.
-