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(String marketPlace)marketPlace.AppStoreProductAppStoreProduct. productId(String productId)productId.Methods in com.docusign.esign.model that return types with arguments of type AppStoreProduct Modifier and Type Method Description 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(List<AppStoreProduct> appStoreProducts)appStoreProducts.voidBillingPlan. setAppStoreProducts(List<AppStoreProduct> appStoreProducts)setAppStoreProducts.
-