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.SortBy
ListDeployArtifactsRequest.SortBy. create(String key)
ListDeployArtifactsRequest.SortBy
ListDeployArtifactsRequest. getSortBy()
The field to sort by.static ListDeployArtifactsRequest.SortBy
ListDeployArtifactsRequest.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.Builder
ListDeployArtifactsRequest.Builder. sortBy(ListDeployArtifactsRequest.SortBy sortBy)
The field to sort by.
-