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