Uses of Class
com.oracle.bmc.dashboardservice.model.DashboardCollection
-
Packages that use DashboardCollection Package Description com.oracle.bmc.dashboardservice.model com.oracle.bmc.dashboardservice.responses -
-
Uses of DashboardCollection in com.oracle.bmc.dashboardservice.model
Methods in com.oracle.bmc.dashboardservice.model that return DashboardCollection Modifier and Type Method Description DashboardCollection
DashboardCollection.Builder. build()
Methods in com.oracle.bmc.dashboardservice.model with parameters of type DashboardCollection Modifier and Type Method Description DashboardCollection.Builder
DashboardCollection.Builder. copy(DashboardCollection model)
-
Uses of DashboardCollection in com.oracle.bmc.dashboardservice.responses
Methods in com.oracle.bmc.dashboardservice.responses that return DashboardCollection Modifier and Type Method Description DashboardCollection
ListDashboardsResponse. getDashboardCollection()
The returned DashboardCollection instance.Methods in com.oracle.bmc.dashboardservice.responses with parameters of type DashboardCollection Modifier and Type Method Description ListDashboardsResponse.Builder
ListDashboardsResponse.Builder. dashboardCollection(DashboardCollection dashboardCollection)
The returned DashboardCollection instance.
-