Uses of Class
com.oracle.bmc.marketplace.model.ChangePublicationCompartmentDetails
-
Packages that use ChangePublicationCompartmentDetails Package Description com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.requests -
-
Uses of ChangePublicationCompartmentDetails in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ChangePublicationCompartmentDetails Modifier and Type Method Description ChangePublicationCompartmentDetails
ChangePublicationCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.marketplace.model with parameters of type ChangePublicationCompartmentDetails Modifier and Type Method Description ChangePublicationCompartmentDetails.Builder
ChangePublicationCompartmentDetails.Builder. copy(ChangePublicationCompartmentDetails model)
-
Uses of ChangePublicationCompartmentDetails in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return ChangePublicationCompartmentDetails Modifier and Type Method Description ChangePublicationCompartmentDetails
ChangePublicationCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangePublicationCompartmentDetails
ChangePublicationCompartmentRequest. getChangePublicationCompartmentDetails()
The details of the request to change the compartment of a given publication.Methods in com.oracle.bmc.marketplace.requests with parameters of type ChangePublicationCompartmentDetails Modifier and Type Method Description ChangePublicationCompartmentRequest.Builder
ChangePublicationCompartmentRequest.Builder. body$(ChangePublicationCompartmentDetails body)
Alternative setter for the body parameter.ChangePublicationCompartmentRequest.Builder
ChangePublicationCompartmentRequest.Builder. changePublicationCompartmentDetails(ChangePublicationCompartmentDetails changePublicationCompartmentDetails)
The details of the request to change the compartment of a given publication.
-