Uses of Class
com.oracle.bmc.networkfirewall.requests.ListServiceListsRequest.SortBy
-
Packages that use ListServiceListsRequest.SortBy Package Description com.oracle.bmc.networkfirewall.requests -
-
Uses of ListServiceListsRequest.SortBy in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListServiceListsRequest.SortBy Modifier and Type Method Description static ListServiceListsRequest.SortBy
ListServiceListsRequest.SortBy. create(String key)
ListServiceListsRequest.SortBy
ListServiceListsRequest. getSortBy()
The field to sort by.static ListServiceListsRequest.SortBy
ListServiceListsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListServiceListsRequest.SortBy[]
ListServiceListsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.networkfirewall.requests with parameters of type ListServiceListsRequest.SortBy Modifier and Type Method Description ListServiceListsRequest.Builder
ListServiceListsRequest.Builder. sortBy(ListServiceListsRequest.SortBy sortBy)
The field to sort by.
-