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