Uses of Class
com.oracle.bmc.marketplaceprivateoffer.requests.CreateOfferRequest
-
Packages that use CreateOfferRequest Package Description com.oracle.bmc.marketplaceprivateoffer com.oracle.bmc.marketplaceprivateoffer.requests -
-
Uses of CreateOfferRequest in com.oracle.bmc.marketplaceprivateoffer
Methods in com.oracle.bmc.marketplaceprivateoffer with parameters of type CreateOfferRequest Modifier and Type Method Description CreateOfferResponseOffer. createOffer(CreateOfferRequest request)Creates a new Offer.Future<CreateOfferResponse>OfferAsync. createOffer(CreateOfferRequest request, AsyncHandler<CreateOfferRequest,CreateOfferResponse> handler)Creates a new Offer.Future<CreateOfferResponse>OfferAsyncClient. createOffer(CreateOfferRequest request, AsyncHandler<CreateOfferRequest,CreateOfferResponse> handler)CreateOfferResponseOfferClient. createOffer(CreateOfferRequest request)Method parameters in com.oracle.bmc.marketplaceprivateoffer with type arguments of type CreateOfferRequest Modifier and Type Method Description Future<CreateOfferResponse>OfferAsync. createOffer(CreateOfferRequest request, AsyncHandler<CreateOfferRequest,CreateOfferResponse> handler)Creates a new Offer.Future<CreateOfferResponse>OfferAsyncClient. createOffer(CreateOfferRequest request, AsyncHandler<CreateOfferRequest,CreateOfferResponse> handler) -
Uses of CreateOfferRequest in com.oracle.bmc.marketplaceprivateoffer.requests
Methods in com.oracle.bmc.marketplaceprivateoffer.requests that return CreateOfferRequest Modifier and Type Method Description CreateOfferRequestCreateOfferRequest.Builder. build()Build the instance of CreateOfferRequest as configured by this builderCreateOfferRequestCreateOfferRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateOfferRequest as configured by this builderMethods in com.oracle.bmc.marketplaceprivateoffer.requests with parameters of type CreateOfferRequest Modifier and Type Method Description CreateOfferRequest.BuilderCreateOfferRequest.Builder. copy(CreateOfferRequest o)Copy method to populate the builder with values from the given instance.
-