Uses of Class
com.oracle.bmc.osmanagementhub.requests.ListMirrorsRequest.SortBy
-
Packages that use ListMirrorsRequest.SortBy Package Description com.oracle.bmc.osmanagementhub.requests -
-
Uses of ListMirrorsRequest.SortBy in com.oracle.bmc.osmanagementhub.requests
Methods in com.oracle.bmc.osmanagementhub.requests that return ListMirrorsRequest.SortBy Modifier and Type Method Description static ListMirrorsRequest.SortBy
ListMirrorsRequest.SortBy. create(String key)
ListMirrorsRequest.SortBy
ListMirrorsRequest. getSortBy()
The field to sort by.static ListMirrorsRequest.SortBy
ListMirrorsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListMirrorsRequest.SortBy[]
ListMirrorsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.osmanagementhub.requests with parameters of type ListMirrorsRequest.SortBy Modifier and Type Method Description ListMirrorsRequest.Builder
ListMirrorsRequest.Builder. sortBy(ListMirrorsRequest.SortBy sortBy)
The field to sort by.
-