Uses of Class
com.oracle.bmc.marketplacepublisher.model.CreateListingDetails
-
Packages that use CreateListingDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of CreateListingDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return CreateListingDetails Modifier and Type Method Description CreateListingDetailsCreateListingDetails.Builder. build()Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CreateListingDetails Modifier and Type Method Description CreateListingDetails.BuilderCreateListingDetails.Builder. copy(CreateListingDetails model) -
Uses of CreateListingDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return CreateListingDetails Modifier and Type Method Description CreateListingDetailsCreateListingRequest. getBody$()Alternative accessor for the body parameter.CreateListingDetailsCreateListingRequest. getCreateListingDetails()Details for the new Listing.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateListingDetails Modifier and Type Method Description CreateListingRequest.BuilderCreateListingRequest.Builder. body$(CreateListingDetails body)Alternative setter for the body parameter.CreateListingRequest.BuilderCreateListingRequest.Builder. createListingDetails(CreateListingDetails createListingDetails)Details for the new Listing.
-