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