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