Uses of Class
com.docusign.esign.model.AddOn
-
Packages that use AddOn Package Description com.docusign.esign.model -
-
Uses of AddOn in com.docusign.esign.model
Methods in com.docusign.esign.model that return AddOn Modifier and Type Method Description AddOnAddOn. active(String active)active.AddOnAddOn. addOnId(String addOnId)addOnId.AddOnAddOn. id(String id)id.AddOnAddOn. name(String name)name.Methods in com.docusign.esign.model that return types with arguments of type AddOn Modifier and Type Method Description List<AddOn>AccountBillingPlan. getAddOns()Reserved:.List<AddOn>PlanInformation. getAddOns()Reserved:.Methods in com.docusign.esign.model with parameters of type AddOn Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. addAddOnsItem(AddOn addOnsItem)addAddOnsItem.PlanInformationPlanInformation. addAddOnsItem(AddOn addOnsItem)addAddOnsItem.Method parameters in com.docusign.esign.model with type arguments of type AddOn Modifier and Type Method Description AccountBillingPlanAccountBillingPlan. addOns(List<AddOn> addOns)addOns.PlanInformationPlanInformation. addOns(List<AddOn> addOns)addOns.voidAccountBillingPlan. setAddOns(List<AddOn> addOns)setAddOns.voidPlanInformation. setAddOns(List<AddOn> addOns)setAddOns.
-