Uses of Class
com.oracle.bmc.waas.requests.ListAddressListsRequest.SortOrder
-
Packages that use ListAddressListsRequest.SortOrder Package Description com.oracle.bmc.waas.requests -
-
Uses of ListAddressListsRequest.SortOrder in com.oracle.bmc.waas.requests
Methods in com.oracle.bmc.waas.requests that return ListAddressListsRequest.SortOrder Modifier and Type Method Description static ListAddressListsRequest.SortOrderListAddressListsRequest.SortOrder. create(String key)ListAddressListsRequest.SortOrderListAddressListsRequest. getSortOrder()The value of the sorting direction of resources in a paginated ‘List’ call.static ListAddressListsRequest.SortOrderListAddressListsRequest.SortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAddressListsRequest.SortOrder[]ListAddressListsRequest.SortOrder. 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.SortOrder Modifier and Type Method Description ListAddressListsRequest.BuilderListAddressListsRequest.Builder. sortOrder(ListAddressListsRequest.SortOrder sortOrder)The value of the sorting direction of resources in a paginated ‘List’ call.
-