Class ChangeListingCompartmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.marketplacepublisher.model.ChangeListingCompartmentDetails.Builder
 
- 
- Enclosing class:
- ChangeListingCompartmentDetails
 
 public static class ChangeListingCompartmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeListingCompartmentDetailsbuild()ChangeListingCompartmentDetails.BuildercompartmentId(String compartmentId)The id of the compartment which the listing should be moved.ChangeListingCompartmentDetails.Buildercopy(ChangeListingCompartmentDetails model)
 
- 
- 
- 
Method Detail- 
compartmentIdpublic ChangeListingCompartmentDetails.Builder compartmentId(String compartmentId) The id of the compartment which the listing should be moved.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
buildpublic ChangeListingCompartmentDetails build() 
 - 
copypublic ChangeListingCompartmentDetails.Builder copy(ChangeListingCompartmentDetails model) 
 
- 
 
-