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