Uses of Class
com.oracle.bmc.marketplacepublisher.model.Offer.OfferStatus
-
Packages that use Offer.OfferStatus Package Description com.oracle.bmc.marketplacepublisher.model -
-
Uses of Offer.OfferStatus in com.oracle.bmc.marketplacepublisher.model
Methods in com.oracle.bmc.marketplacepublisher.model that return Offer.OfferStatus Modifier and Type Method Description static Offer.OfferStatus
Offer.OfferStatus. create(String key)
Offer.OfferStatus
Offer. getOfferStatus()
A substate for lifeCycleStatus to give a more human readable version of the offerOffer.OfferStatus
OfferSummary. getOfferStatus()
The human readable representation of where the offer is at in it’s contract lifecycle.static Offer.OfferStatus
Offer.OfferStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Offer.OfferStatus[]
Offer.OfferStatus. 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.OfferStatus Modifier and Type Method Description Offer.Builder
Offer.Builder. offerStatus(Offer.OfferStatus offerStatus)
A substate for lifeCycleStatus to give a more human readable version of the offerOfferSummary.Builder
OfferSummary.Builder. offerStatus(Offer.OfferStatus offerStatus)
The human readable representation of where the offer is at in it’s contract lifecycle.Constructors in com.oracle.bmc.marketplacepublisher.model with parameters of type Offer.OfferStatus 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.
-