Uses of Class
com.oracle.bmc.marketplacepublisher.model.Offer.LifecycleState
-
Packages that use Offer.LifecycleState Package Description com.oracle.bmc.marketplacepublisher com.oracle.bmc.marketplacepublisher.model com.oracle.bmc.marketplacepublisher.requests -
-
Uses of Offer.LifecycleState in com.oracle.bmc.marketplacepublisher
Methods in com.oracle.bmc.marketplacepublisher with parameters of type Offer.LifecycleState 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. -
Uses of Offer.LifecycleState in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Offer.LifecycleState Modifier and Type Method Description static Offer.LifecycleState
Offer.LifecycleState. create(String key)
Offer.LifecycleState
Offer. getLifecycleState()
The current state of the Offer.Offer.LifecycleState
OfferSummary. getLifecycleState()
The current state of the Offer.static Offer.LifecycleState
Offer.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Offer.LifecycleState[]
Offer.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplacepublisher.model with parameters of type Offer.LifecycleState Modifier and Type Method Description Offer.Builder
Offer.Builder. lifecycleState(Offer.LifecycleState lifecycleState)
The current state of the Offer.OfferSummary.Builder
OfferSummary.Builder. lifecycleState(Offer.LifecycleState lifecycleState)
The current state of the Offer.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Offer.LifecycleState Constructor Description Offer(String id, String displayName, String sellerCompartmentId, String buyerCompartmentId, String description, Date timeStartDate, String duration, Date timeCreated, Date timeUpdated, Date timeAcceptBy, Date timeAccepted, Date timeOfferEnd, Offer.LifecycleState lifecycleState, String lifecycleDetails, Offer.OfferStatus offerStatus, PublisherSummary publisherSummary, Pricing pricing, BuyerInformation buyerInformation, SellerInformation sellerInformation, List<ResourceBundle> resourceBundles, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.OfferSummary(String id, String displayName, String buyerCompartmentId, String sellerCompartmentId, Date timeCreated, Date timeUpdated, Date timeAcceptBy, Date timeAccepted, Date timeStartDate, Date timeOfferEnd, Offer.LifecycleState lifecycleState, String lifecycleDetails, Offer.OfferStatus offerStatus, BuyerInformation buyerInformation, SellerInformation sellerInformation, Pricing pricing, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Offer.LifecycleState in com.oracle.bmc.marketplacepublisher.requests
Methods in com.oracle.bmc.marketplacepublisher.requests that return Offer.LifecycleState Modifier and Type Method Description Offer.LifecycleState
ListOffersRequest. getLifecycleState()
A filter to return only resources their lifecycleState matches the given lifecycleState.Methods in com.oracle.bmc.marketplacepublisher.requests with parameters of type Offer.LifecycleState Modifier and Type Method Description ListOffersRequest.Builder
ListOffersRequest.Builder. lifecycleState(Offer.LifecycleState lifecycleState)
A filter to return only resources their lifecycleState matches the given lifecycleState.
-