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.SortByListManagementDashboardsRequest.SortBy. create(String key)ListManagementDashboardsRequest.SortByListManagementDashboardsRequest. getSortBy()The field to sort by.static ListManagementDashboardsRequest.SortByListManagementDashboardsRequest.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.BuilderListManagementDashboardsRequest.Builder. sortBy(ListManagementDashboardsRequest.SortBy sortBy)The field to sort by.
-