static AcceptedTerm |
AcceptedTerm.fromByolPricingTerm(Consumer<ByolPricingTerm.Builder> byolPricingTerm) |
Create an instance of this class with byolPricingTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromByolPricingTerm(ByolPricingTerm byolPricingTerm) |
Create an instance of this class with byolPricingTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromConfigurableUpfrontPricingTerm(Consumer<ConfigurableUpfrontPricingTerm.Builder> configurableUpfrontPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromConfigurableUpfrontPricingTerm(ConfigurableUpfrontPricingTerm configurableUpfrontPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromFixedUpfrontPricingTerm(Consumer<FixedUpfrontPricingTerm.Builder> fixedUpfrontPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromFixedUpfrontPricingTerm(FixedUpfrontPricingTerm fixedUpfrontPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromFreeTrialPricingTerm(Consumer<FreeTrialPricingTerm.Builder> freeTrialPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromFreeTrialPricingTerm(FreeTrialPricingTerm freeTrialPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromLegalTerm(Consumer<LegalTerm.Builder> legalTerm) |
Create an instance of this class with legalTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromLegalTerm(LegalTerm legalTerm) |
Create an instance of this class with legalTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromPaymentScheduleTerm(Consumer<PaymentScheduleTerm.Builder> paymentScheduleTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromPaymentScheduleTerm(PaymentScheduleTerm paymentScheduleTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromRecurringPaymentTerm(Consumer<RecurringPaymentTerm.Builder> recurringPaymentTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromRecurringPaymentTerm(RecurringPaymentTerm recurringPaymentTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromRenewalTerm(Consumer<RenewalTerm.Builder> renewalTerm) |
Create an instance of this class with renewalTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromRenewalTerm(RenewalTerm renewalTerm) |
Create an instance of this class with renewalTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromSupportTerm(Consumer<SupportTerm.Builder> supportTerm) |
Create an instance of this class with supportTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromSupportTerm(SupportTerm supportTerm) |
Create an instance of this class with supportTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromUsageBasedPricingTerm(Consumer<UsageBasedPricingTerm.Builder> usageBasedPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromUsageBasedPricingTerm(UsageBasedPricingTerm usageBasedPricingTerm) |
|
static AcceptedTerm |
AcceptedTerm.fromValidityTerm(Consumer<ValidityTerm.Builder> validityTerm) |
Create an instance of this class with validityTerm() initialized to the given value.
|
static AcceptedTerm |
AcceptedTerm.fromValidityTerm(ValidityTerm validityTerm) |
Create an instance of this class with validityTerm() initialized to the given value.
|