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