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