Uses of Class
com.oracle.bmc.marketplacepublisher.model.UpdateListingDetails
-
Packages that use UpdateListingDetails Package Description com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of UpdateListingDetails in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return UpdateListingDetails Modifier and Type Method Description UpdateListingDetails
UpdateListingDetails.Builder. build()
Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type UpdateListingDetails Modifier and Type Method Description UpdateListingDetails.Builder
UpdateListingDetails.Builder. copy(UpdateListingDetails model)
-
Uses of UpdateListingDetails in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return UpdateListingDetails Modifier and Type Method Description UpdateListingDetails
UpdateListingRequest. getBody$()
Alternative accessor for the body parameter.UpdateListingDetails
UpdateListingRequest. getUpdateListingDetails()
The information to be updated.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type UpdateListingDetails Modifier and Type Method Description UpdateListingRequest.Builder
UpdateListingRequest.Builder. body$(UpdateListingDetails body)
Alternative setter for the body parameter.UpdateListingRequest.Builder
UpdateListingRequest.Builder. updateListingDetails(UpdateListingDetails updateListingDetails)
The information to be updated.
-