Package com.oracle.bmc.marketplace.model
Class ThirdPartyPaidListingEligibility.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.ThirdPartyPaidListingEligibility.Builder
-
- Enclosing class:
- ThirdPartyPaidListingEligibility
public static class ThirdPartyPaidListingEligibility.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThirdPartyPaidListingEligibility
build()
ThirdPartyPaidListingEligibility.Builder
copy(ThirdPartyPaidListingEligibility model)
ThirdPartyPaidListingEligibility.Builder
eligibilityReason(ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Reason the account is ineligible to launch paid listingsThirdPartyPaidListingEligibility.Builder
isPaidListingEligible(Boolean isPaidListingEligible)
Whether the tenant is permitted to use paid listingsThirdPartyPaidListingEligibility.Builder
isPaidListingThrottled(Boolean isPaidListingThrottled)
Whether the tenant is currently prevented from using paid listings because of throttling
-
-
-
Method Detail
-
isPaidListingEligible
public ThirdPartyPaidListingEligibility.Builder isPaidListingEligible(Boolean isPaidListingEligible)
Whether the tenant is permitted to use paid listings- Parameters:
isPaidListingEligible
- the value to set- Returns:
- this builder
-
isPaidListingThrottled
public ThirdPartyPaidListingEligibility.Builder isPaidListingThrottled(Boolean isPaidListingThrottled)
Whether the tenant is currently prevented from using paid listings because of throttling- Parameters:
isPaidListingThrottled
- the value to set- Returns:
- this builder
-
eligibilityReason
public ThirdPartyPaidListingEligibility.Builder eligibilityReason(ThirdPartyPaidListingEligibility.EligibilityReason eligibilityReason)
Reason the account is ineligible to launch paid listings- Parameters:
eligibilityReason
- the value to set- Returns:
- this builder
-
build
public ThirdPartyPaidListingEligibility build()
-
copy
public ThirdPartyPaidListingEligibility.Builder copy(ThirdPartyPaidListingEligibility model)
-
-