Uses of Class
com.oracle.bmc.devops.requests.ListDeployStagesRequest.SortBy
-
Packages that use ListDeployStagesRequest.SortBy Package Description com.oracle.bmc.devops.requests -
-
Uses of ListDeployStagesRequest.SortBy in com.oracle.bmc.devops.requests
Methods in com.oracle.bmc.devops.requests that return ListDeployStagesRequest.SortBy Modifier and Type Method Description static ListDeployStagesRequest.SortBy
ListDeployStagesRequest.SortBy. create(String key)
ListDeployStagesRequest.SortBy
ListDeployStagesRequest. getSortBy()
The field to sort by.static ListDeployStagesRequest.SortBy
ListDeployStagesRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListDeployStagesRequest.SortBy[]
ListDeployStagesRequest.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 ListDeployStagesRequest.SortBy Modifier and Type Method Description ListDeployStagesRequest.Builder
ListDeployStagesRequest.Builder. sortBy(ListDeployStagesRequest.SortBy sortBy)
The field to sort by.
-