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