Uses of Class
com.oracle.bmc.opsi.model.UpdateNewsReportDetails
-
Packages that use UpdateNewsReportDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of UpdateNewsReportDetails in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return UpdateNewsReportDetails Modifier and Type Method Description UpdateNewsReportDetails
UpdateNewsReportDetails.Builder. build()
Methods in com.oracle.bmc.opsi.model with parameters of type UpdateNewsReportDetails Modifier and Type Method Description UpdateNewsReportDetails.Builder
UpdateNewsReportDetails.Builder. copy(UpdateNewsReportDetails model)
-
Uses of UpdateNewsReportDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return UpdateNewsReportDetails Modifier and Type Method Description UpdateNewsReportDetails
UpdateNewsReportRequest. getBody$()
Alternative accessor for the body parameter.UpdateNewsReportDetails
UpdateNewsReportRequest. getUpdateNewsReportDetails()
The configuration to be updated.Methods in com.oracle.bmc.opsi.requests with parameters of type UpdateNewsReportDetails Modifier and Type Method Description UpdateNewsReportRequest.Builder
UpdateNewsReportRequest.Builder. body$(UpdateNewsReportDetails body)
Alternative setter for the body parameter.UpdateNewsReportRequest.Builder
UpdateNewsReportRequest.Builder. updateNewsReportDetails(UpdateNewsReportDetails updateNewsReportDetails)
The configuration to be updated.
-