Uses of Class
com.oracle.bmc.opsi.model.CreateNewsReportDetails
-
Packages that use CreateNewsReportDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of CreateNewsReportDetails in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return CreateNewsReportDetails Modifier and Type Method Description CreateNewsReportDetails
CreateNewsReportDetails.Builder. build()
Methods in com.oracle.bmc.opsi.model with parameters of type CreateNewsReportDetails Modifier and Type Method Description CreateNewsReportDetails.Builder
CreateNewsReportDetails.Builder. copy(CreateNewsReportDetails model)
-
Uses of CreateNewsReportDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateNewsReportDetails Modifier and Type Method Description CreateNewsReportDetails
CreateNewsReportRequest. getBody$()
Alternative accessor for the body parameter.CreateNewsReportDetails
CreateNewsReportRequest. getCreateNewsReportDetails()
Details for the news report that will be created in Ops Insights.Methods in com.oracle.bmc.opsi.requests with parameters of type CreateNewsReportDetails Modifier and Type Method Description CreateNewsReportRequest.Builder
CreateNewsReportRequest.Builder. body$(CreateNewsReportDetails body)
Alternative setter for the body parameter.CreateNewsReportRequest.Builder
CreateNewsReportRequest.Builder. createNewsReportDetails(CreateNewsReportDetails createNewsReportDetails)
Details for the news report that will be created in Ops Insights.
-