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