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