Uses of Class
com.docusign.esign.model.AppStoreProduct
-
Packages that use AppStoreProduct Package Description com.docusign.esign.model -
-
Uses of AppStoreProduct in com.docusign.esign.model
Methods in com.docusign.esign.model that return AppStoreProduct Modifier and Type Method Description AppStoreProductAppStoreProduct. marketPlace(java.lang.String marketPlace)marketPlace.AppStoreProductAppStoreProduct. productId(java.lang.String productId)productId.Methods in com.docusign.esign.model that return types with arguments of type AppStoreProduct Modifier and Type Method Description java.util.List<AppStoreProduct>BillingPlan. getAppStoreProducts()Reserved: TBD.Methods in com.docusign.esign.model with parameters of type AppStoreProduct Modifier and Type Method Description BillingPlanBillingPlan. addAppStoreProductsItem(AppStoreProduct appStoreProductsItem)addAppStoreProductsItem.Method parameters in com.docusign.esign.model with type arguments of type AppStoreProduct Modifier and Type Method Description BillingPlanBillingPlan. appStoreProducts(java.util.List<AppStoreProduct> appStoreProducts)appStoreProducts.voidBillingPlan. setAppStoreProducts(java.util.List<AppStoreProduct> appStoreProducts)setAppStoreProducts.
-