Uses of Class
com.oracle.bmc.marketplace.model.ThirdPartyPaidListingEligibility.EligibilityReason
-
Packages that use ThirdPartyPaidListingEligibility.EligibilityReason Package Description com.oracle.bmc.marketplace.model -
-
Uses of ThirdPartyPaidListingEligibility.EligibilityReason in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return ThirdPartyPaidListingEligibility.EligibilityReason Modifier and Type Method Description static ThirdPartyPaidListingEligibility.EligibilityReason
ThirdPartyPaidListingEligibility.EligibilityReason. create(String key)
ThirdPartyPaidListingEligibility.EligibilityReason
ThirdPartyPaidListingEligibility. getEligibilityReason()
Reason the account is ineligible to launch paid listingsstatic 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.Methods in com.oracle.bmc.marketplace.model with parameters of type ThirdPartyPaidListingEligibility.EligibilityReason Modifier and Type Method Description ThirdPartyPaidListingEligibility.Builder
ThirdPartyPaidListingEligibility.Builder. eligibilityReason(ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Reason the account is ineligible to launch paid listingsConstructors in com.oracle.bmc.marketplace.model with parameters of type ThirdPartyPaidListingEligibility.EligibilityReason Constructor Description ThirdPartyPaidListingEligibility(Boolean isPaidListingEligible, Boolean isPaidListingThrottled, ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Deprecated.
-