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