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