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.model
Subclasses of CreateDashboardDetails in com.oracle.bmc.dashboardservice.model Modifier and Type Class Description class
CreateV1DashboardDetails
Details for creating a version 1 dashboard. -
Uses of CreateDashboardDetails in com.oracle.bmc.dashboardservice.requests
Methods in com.oracle.bmc.dashboardservice.requests that return CreateDashboardDetails Modifier and Type Method Description CreateDashboardDetails
CreateDashboardRequest. getBody$()
Alternative accessor for the body parameter.CreateDashboardDetails
CreateDashboardRequest. 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.Builder
CreateDashboardRequest.Builder. body$(CreateDashboardDetails body)
Alternative setter for the body parameter.CreateDashboardRequest.Builder
CreateDashboardRequest.Builder. createDashboardDetails(CreateDashboardDetails createDashboardDetails)
Details about the dashboard being created.
-