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