Class ChangeListingCompartmentDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplacepublisher.model.ChangeListingCompartmentDetails.Builder
-
- Enclosing class:
- ChangeListingCompartmentDetails
public static class ChangeListingCompartmentDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChangeListingCompartmentDetails
build()
ChangeListingCompartmentDetails.Builder
compartmentId(String compartmentId)
The id of the compartment which the listing should be moved.ChangeListingCompartmentDetails.Builder
copy(ChangeListingCompartmentDetails model)
-
-
-
Method Detail
-
compartmentId
public 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
-
build
public ChangeListingCompartmentDetails build()
-
copy
public ChangeListingCompartmentDetails.Builder copy(ChangeListingCompartmentDetails model)
-
-