Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and Description |
---|---|
static ThirdPartyPaidListingEligibility.EligibilityReason |
ThirdPartyPaidListingEligibility.EligibilityReason.create(String key) |
ThirdPartyPaidListingEligibility.EligibilityReason |
ThirdPartyPaidListingEligibility.getEligibilityReason()
Reason the account is ineligible to launch paid listings
|
static ThirdPartyPaidListingEligibility.EligibilityReason |
ThirdPartyPaidListingEligibility.EligibilityReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThirdPartyPaidListingEligibility.EligibilityReason[] |
ThirdPartyPaidListingEligibility.EligibilityReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ThirdPartyPaidListingEligibility.Builder |
ThirdPartyPaidListingEligibility.Builder.eligibilityReason(ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Reason the account is ineligible to launch paid listings
|
Constructor and Description |
---|
ThirdPartyPaidListingEligibility(Boolean isPaidListingEligible,
Boolean isPaidListingThrottled,
ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.