Uses of Class
com.oracle.bmc.dashboardservice.model.CreateDashboardDetails
- 
Packages that use CreateDashboardDetails Package Description com.oracle.bmc.dashboardservice.model com.oracle.bmc.dashboardservice.requests 
- 
- 
Uses of CreateDashboardDetails in com.oracle.bmc.dashboardservice.modelSubclasses of CreateDashboardDetails in com.oracle.bmc.dashboardservice.model Modifier and Type Class Description classCreateV1DashboardDetailsDetails for creating a version 1 dashboard.
- 
Uses of CreateDashboardDetails in com.oracle.bmc.dashboardservice.requestsMethods in com.oracle.bmc.dashboardservice.requests that return CreateDashboardDetails Modifier and Type Method Description CreateDashboardDetailsCreateDashboardRequest. getBody$()Alternative accessor for the body parameter.CreateDashboardDetailsCreateDashboardRequest. getCreateDashboardDetails()Details about the dashboard being created.Methods in com.oracle.bmc.dashboardservice.requests with parameters of type CreateDashboardDetails Modifier and Type Method Description CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. body$(CreateDashboardDetails body)Alternative setter for the body parameter.CreateDashboardRequest.BuilderCreateDashboardRequest.Builder. createDashboardDetails(CreateDashboardDetails createDashboardDetails)Details about the dashboard being created.
 
-