public static enum ThirdPartyPaidListingEligibility.EligibilityReason extends Enum<ThirdPartyPaidListingEligibility.EligibilityReason> implements BmcEnum
Reason the account is ineligible to launch paid listings
Enum Constant and Description |
---|
Eligible |
IneligibleAccountBlacklisted |
IneligibleAccountCountry |
IneligibleAccountCurrency |
IneligibleAccountFeatureDisabled |
IneligibleAccountGovSubscription |
IneligibleAccountInternal |
IneligibleAccountNotPaid |
IneligibleRegion |
NotAuthorized |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static ThirdPartyPaidListingEligibility.EligibilityReason |
create(String key) |
String |
getValue() |
static ThirdPartyPaidListingEligibility.EligibilityReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyPaidListingEligibility.EligibilityReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ThirdPartyPaidListingEligibility.EligibilityReason Eligible
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountCountry
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleRegion
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountBlacklisted
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountFeatureDisabled
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountCurrency
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountNotPaid
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountInternal
public static final ThirdPartyPaidListingEligibility.EligibilityReason IneligibleAccountGovSubscription
public static final ThirdPartyPaidListingEligibility.EligibilityReason NotAuthorized
public static final ThirdPartyPaidListingEligibility.EligibilityReason UnknownEnumValue
public static ThirdPartyPaidListingEligibility.EligibilityReason[] values()
for (ThirdPartyPaidListingEligibility.EligibilityReason c : ThirdPartyPaidListingEligibility.EligibilityReason.values()) System.out.println(c);
public static ThirdPartyPaidListingEligibility.EligibilityReason valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static ThirdPartyPaidListingEligibility.EligibilityReason create(String key)
Copyright © 2016–2024. All rights reserved.