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