Uses of Class
com.docusign.esign.model.FeatureSet
-
Packages that use FeatureSet Package Description com.docusign.esign.model -
-
Uses of FeatureSet in com.docusign.esign.model
Methods in com.docusign.esign.model that return FeatureSet Modifier and Type Method Description FeatureSetFeatureSet. addCurrencyFeatureSetPricesItem(CurrencyFeatureSetPrice currencyFeatureSetPricesItem)addCurrencyFeatureSetPricesItem.FeatureSetFeatureSet. currencyFeatureSetPrices(List<CurrencyFeatureSetPrice> currencyFeatureSetPrices)currencyFeatureSetPrices.FeatureSetFeatureSet. envelopeFee(String envelopeFee)envelopeFee.FeatureSetFeatureSet. featureSetId(String featureSetId)featureSetId.FeatureSetFeatureSet. fixedFee(String fixedFee)fixedFee.FeatureSetFeatureSet. is21CFRPart11(String is21CFRPart11)is21CFRPart11.FeatureSetFeatureSet. isActive(String isActive)isActive.FeatureSetFeatureSet. isEnabled(String isEnabled)isEnabled.FeatureSetFeatureSet. name(String name)name.FeatureSetFeatureSet. seatFee(String seatFee)seatFee.Methods in com.docusign.esign.model that return types with arguments of type FeatureSet Modifier and Type Method Description List<FeatureSet>AccountBillingPlan. getPlanFeatureSets()A complex type that sets the feature sets for the account.List<FeatureSet>BillingPlan. getPlanFeatureSets().List<FeatureSet>PlanInformation. getPlanFeatureSets()A complex type that sets the feature sets for the account..Methods in com.docusign.esign.model with parameters of type FeatureSet Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. addPlanFeatureSetsItem(FeatureSet planFeatureSetsItem)addPlanFeatureSetsItem.BillingPlanBillingPlan. addPlanFeatureSetsItem(FeatureSet planFeatureSetsItem)addPlanFeatureSetsItem.PlanInformationPlanInformation. addPlanFeatureSetsItem(FeatureSet planFeatureSetsItem)addPlanFeatureSetsItem.Method parameters in com.docusign.esign.model with type arguments of type FeatureSet Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. planFeatureSets(List<FeatureSet> planFeatureSets)planFeatureSets.BillingPlanBillingPlan. planFeatureSets(List<FeatureSet> planFeatureSets)planFeatureSets.PlanInformationPlanInformation. planFeatureSets(List<FeatureSet> planFeatureSets)planFeatureSets.voidAccountBillingPlan. setPlanFeatureSets(List<FeatureSet> planFeatureSets)setPlanFeatureSets.voidBillingPlan. setPlanFeatureSets(List<FeatureSet> planFeatureSets)setPlanFeatureSets.voidPlanInformation. setPlanFeatureSets(List<FeatureSet> planFeatureSets)setPlanFeatureSets.
-