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.EligibilityReasonThirdPartyPaidListingEligibility.EligibilityReason. create(String key)ThirdPartyPaidListingEligibility.EligibilityReasonThirdPartyPaidListingEligibility. getEligibilityReason()Reason the account is ineligible to launch paid listingsstatic ThirdPartyPaidListingEligibility.EligibilityReasonThirdPartyPaidListingEligibility.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.BuilderThirdPartyPaidListingEligibility.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.
-