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