Package com.oracle.bmc.marketplace.model
Class ChangePublicationCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplace.model.ChangePublicationCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangePublicationCompartmentDetails
 
 public static class ChangePublicationCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangePublicationCompartmentDetailsbuild()ChangePublicationCompartmentDetails.BuildercompartmentId(String compartmentId)The OCID of the compartment where you want to move the publication.ChangePublicationCompartmentDetails.Buildercopy(ChangePublicationCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangePublicationCompartmentDetails.Builder compartmentId(String compartmentId) The OCID of the compartment where you want to move the publication.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangePublicationCompartmentDetails build() 
 - 
copypublic ChangePublicationCompartmentDetails.Builder copy(ChangePublicationCompartmentDetails model) 
 
- 
 
-