Uses of Class
com.oracle.bmc.marketplacepublisher.responses.GetOfferResponse
-
Packages that use GetOfferResponse Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.responses -
-
Uses of GetOfferResponse in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher that return GetOfferResponse Modifier and Type Method Description GetOfferResponse
Offer. getOffer(GetOfferRequest request)
Gets an Offer by identifierGetOfferResponse
OfferClient. getOffer(GetOfferRequest request)
Methods in com.oracle.bmc.marketplacepublisher that return types with arguments of type GetOfferResponse Modifier and Type Method Description Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, Offer.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, Offer.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetOfferRequest,GetOfferResponse>
OfferWaiters. forOffer(GetOfferRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Offer.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetOfferResponse>
OfferAsync. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Gets an Offer by identifierFuture<GetOfferResponse>
OfferAsyncClient. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Method parameters in com.oracle.bmc.marketplacepublisher with type arguments of type GetOfferResponse Modifier and Type Method Description Future<GetOfferResponse>
OfferAsync. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
Gets an Offer by identifierFuture<GetOfferResponse>
OfferAsyncClient. getOffer(GetOfferRequest request, AsyncHandler<GetOfferRequest,GetOfferResponse> handler)
-
Uses of GetOfferResponse in com.oracle.bmc.marketplacepublisher.responses
Methods in com.oracle.bmc.marketplacepublisher.responses that return GetOfferResponse Modifier and Type Method Description GetOfferResponse
GetOfferResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplacepublisher.responses with parameters of type GetOfferResponse Modifier and Type Method Description GetOfferResponse.Builder
GetOfferResponse.Builder. copy(GetOfferResponse o)
Copy method to populate the builder with values from the given instance.
-