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