Uses of Class
com.oracle.bmc.dashboardservice.model.DashboardSummary
- 
Packages that use DashboardSummary Package Description com.oracle.bmc.dashboardservice com.oracle.bmc.dashboardservice.model 
- 
- 
Uses of DashboardSummary in com.oracle.bmc.dashboardserviceMethods in com.oracle.bmc.dashboardservice that return types with arguments of type DashboardSummary Modifier and Type Method Description Iterable<DashboardSummary>DashboardPaginators. listDashboardsRecordIterator(ListDashboardsRequest request)Creates a new iterable which will iterate over theDashboardSummaryobjects contained in responses from the listDashboards operation.
- 
Uses of DashboardSummary in com.oracle.bmc.dashboardservice.modelMethods in com.oracle.bmc.dashboardservice.model that return DashboardSummary Modifier and Type Method Description DashboardSummaryDashboardSummary.Builder. build()Methods in com.oracle.bmc.dashboardservice.model that return types with arguments of type DashboardSummary Modifier and Type Method Description List<DashboardSummary>DashboardCollection. getItems()A list of dashboards.Methods in com.oracle.bmc.dashboardservice.model with parameters of type DashboardSummary Modifier and Type Method Description DashboardSummary.BuilderDashboardSummary.Builder. copy(DashboardSummary model)Method parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardSummary Modifier and Type Method Description DashboardCollection.BuilderDashboardCollection.Builder. items(List<DashboardSummary> items)A list of dashboards.Constructor parameters in com.oracle.bmc.dashboardservice.model with type arguments of type DashboardSummary Constructor Description DashboardCollection(List<DashboardSummary> items)Deprecated.
 
-