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.SortByListDataSafePrivateEndpointsRequest.SortBy. create(String key)ListDataSafePrivateEndpointsRequest.SortByListDataSafePrivateEndpointsRequest. getSortBy()The field used for sorting.static ListDataSafePrivateEndpointsRequest.SortByListDataSafePrivateEndpointsRequest.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.BuilderListDataSafePrivateEndpointsRequest.Builder. sortBy(ListDataSafePrivateEndpointsRequest.SortBy sortBy)The field used for sorting.
-