Uses of Class
com.oracle.bmc.marketplacepublisher.model.ChangeArtifactCompartmentDetails
-
Packages that use ChangeArtifactCompartmentDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ChangeArtifactCompartmentDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ChangeArtifactCompartmentDetails Modifier and Type Method Description ChangeArtifactCompartmentDetailsChangeArtifactCompartmentDetails.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ChangeArtifactCompartmentDetails Modifier and Type Method Description ChangeArtifactCompartmentDetails.BuilderChangeArtifactCompartmentDetails.Builder. copy(ChangeArtifactCompartmentDetails model) -
Uses of ChangeArtifactCompartmentDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ChangeArtifactCompartmentDetails Modifier and Type Method Description ChangeArtifactCompartmentDetailsChangeArtifactCompartmentRequest. getBody$()Alternative accessor for the body parameter.ChangeArtifactCompartmentDetailsChangeArtifactCompartmentRequest. getChangeArtifactCompartmentDetails()Request to change the compartment of a given artifact.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ChangeArtifactCompartmentDetails Modifier and Type Method Description ChangeArtifactCompartmentRequest.BuilderChangeArtifactCompartmentRequest.Builder. body$(ChangeArtifactCompartmentDetails body)Alternative setter for the body parameter.ChangeArtifactCompartmentRequest.BuilderChangeArtifactCompartmentRequest.Builder. changeArtifactCompartmentDetails(ChangeArtifactCompartmentDetails changeArtifactCompartmentDetails)Request to change the compartment of a given artifact.
-