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