Enum OfferQuote.OfferQuoteStatus
- java.lang.Object
-
- java.lang.Enum<OfferQuote.OfferQuoteStatus>
-
- com.oracle.bmc.marketplaceprivateoffer.model.OfferQuote.OfferQuoteStatus
-
- All Implemented Interfaces:
BmcEnum,Serializable,Comparable<OfferQuote.OfferQuoteStatus>
- Enclosing class:
- OfferQuote
public static enum OfferQuote.OfferQuoteStatus extends Enum<OfferQuote.OfferQuoteStatus> implements BmcEnum
The human readable representation of where the offer quote is at in its contract lifecycle.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ActiveBuyerAcceptedDraftEndedExpiredFailedAcceptFailedRespondFailedSendPendingIsvPendingIsvUpdatePendingResellerResellerAcceptedUnknownEnumValueThis value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OfferQuote.OfferQuoteStatuscreate(String key)StringgetValue()static OfferQuote.OfferQuoteStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static OfferQuote.OfferQuoteStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Draft
public static final OfferQuote.OfferQuoteStatus Draft
-
PendingIsv
public static final OfferQuote.OfferQuoteStatus PendingIsv
-
PendingIsvUpdate
public static final OfferQuote.OfferQuoteStatus PendingIsvUpdate
-
PendingReseller
public static final OfferQuote.OfferQuoteStatus PendingReseller
-
ResellerAccepted
public static final OfferQuote.OfferQuoteStatus ResellerAccepted
-
BuyerAccepted
public static final OfferQuote.OfferQuoteStatus BuyerAccepted
-
Active
public static final OfferQuote.OfferQuoteStatus Active
-
Ended
public static final OfferQuote.OfferQuoteStatus Ended
-
Expired
public static final OfferQuote.OfferQuoteStatus Expired
-
FailedSend
public static final OfferQuote.OfferQuoteStatus FailedSend
-
FailedAccept
public static final OfferQuote.OfferQuoteStatus FailedAccept
-
FailedRespond
public static final OfferQuote.OfferQuoteStatus FailedRespond
-
UnknownEnumValue
public static final OfferQuote.OfferQuoteStatus UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static OfferQuote.OfferQuoteStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (OfferQuote.OfferQuoteStatus c : OfferQuote.OfferQuoteStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OfferQuote.OfferQuoteStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
create
public static OfferQuote.OfferQuoteStatus create(String key)
-
-