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 CreateListingDetails
CreateListingDetails.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type CreateListingDetails Modifier and Type Method Description CreateListingDetails.Builder
CreateListingDetails.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 CreateListingDetails
CreateListingRequest. getBody$()
Alternative accessor for the body parameter.CreateListingDetails
CreateListingRequest. getCreateListingDetails()
Details for the new Listing.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type CreateListingDetails Modifier and Type Method Description CreateListingRequest.Builder
CreateListingRequest.Builder. body$(CreateListingDetails body)
Alternative setter for the body parameter.CreateListingRequest.Builder
CreateListingRequest.Builder. createListingDetails(CreateListingDetails createListingDetails)
Details for the new Listing.
-