Uses of Class
com.oracle.bmc.dashboardservice.model.DashboardGroupSummary
-
Packages that use DashboardGroupSummary Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.model -
-
Uses of DashboardGroupSummary in com.oracle.bmc.dashboardservice
Methods in com.oracle.bmc.dashboardservice that return types with arguments of type DashboardGroupSummary Modifier and Type Method Description Iterable<DashboardGroupSummary>
DashboardGroupPaginators. listDashboardGroupsRecordIterator(ListDashboardGroupsRequest request)
Creates a new iterable which will iterate over theDashboardGroupSummary
objects contained in responses from the listDashboardGroups operation. -
Uses of DashboardGroupSummary in com.oracle.bmc.dashboardservice.model
Methods in com.oracle.bmc.dashboardservice.model that return DashboardGroupSummary Modifier and Type Method Description DashboardGroupSummary
DashboardGroupSummary.Builder. build()
Methods in com.oracle.bmc.dashboardservice.model that return types with arguments of type DashboardGroupSummary Modifier and Type Method Description List<DashboardGroupSummary>
DashboardGroupCollection. getItems()
A list of dashboard groups.Methods in com.oracle.bmc.dashboardservice.model with parameters of type DashboardGroupSummary Modifier and Type Method Description DashboardGroupSummary.Builder
DashboardGroupSummary.Builder. copy(DashboardGroupSummary model)
Method parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardGroupSummary Modifier and Type Method Description DashboardGroupCollection.Builder
DashboardGroupCollection.Builder. items(List<DashboardGroupSummary> items)
A list of dashboard groups.Constructor parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardGroupSummary Constructor Description DashboardGroupCollection(List<DashboardGroupSummary> items)
Deprecated.
-