Uses of Class
com.oracle.bmc.marketplacepublisher.model.ChangeListingCompartmentDetails
-
Packages that use ChangeListingCompartmentDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of ChangeListingCompartmentDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return ChangeListingCompartmentDetails Modifier and Type Method Description ChangeListingCompartmentDetails
ChangeListingCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type ChangeListingCompartmentDetails Modifier and Type Method Description ChangeListingCompartmentDetails.Builder
ChangeListingCompartmentDetails.Builder. copy(ChangeListingCompartmentDetails model)
-
Uses of ChangeListingCompartmentDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return ChangeListingCompartmentDetails Modifier and Type Method Description ChangeListingCompartmentDetails
ChangeListingCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeListingCompartmentDetails
ChangeListingCompartmentRequest. getChangeListingCompartmentDetails()
Request to change the compartment of a given listing.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type ChangeListingCompartmentDetails Modifier and Type Method Description ChangeListingCompartmentRequest.Builder
ChangeListingCompartmentRequest.Builder. body$(ChangeListingCompartmentDetails body)
Alternative setter for the body parameter.ChangeListingCompartmentRequest.Builder
ChangeListingCompartmentRequest.Builder. changeListingCompartmentDetails(ChangeListingCompartmentDetails changeListingCompartmentDetails)
Request to change the compartment of a given listing.
-