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