Uses of Class
com.oracle.bmc.networkfirewall.requests.ListUrlListsRequest.SortBy
-
Packages that use ListUrlListsRequest.SortBy Package Description com.oracle.bmc.networkfirewall.requests -
-
Uses of ListUrlListsRequest.SortBy in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListUrlListsRequest.SortBy Modifier and Type Method Description static ListUrlListsRequest.SortBy
ListUrlListsRequest.SortBy. create(String key)
ListUrlListsRequest.SortBy
ListUrlListsRequest. getSortBy()
The field to sort by.static ListUrlListsRequest.SortBy
ListUrlListsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListUrlListsRequest.SortBy[]
ListUrlListsRequest.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 ListUrlListsRequest.SortBy Modifier and Type Method Description ListUrlListsRequest.Builder
ListUrlListsRequest.Builder. sortBy(ListUrlListsRequest.SortBy sortBy)
The field to sort by.
-