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