Uses of Class
com.docusign.esign.model.BrandResourcesList
-
Packages that use BrandResourcesList Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BrandResourcesList in com.docusign.esign.api
Methods in com.docusign.esign.api that return BrandResourcesList Modifier and Type Method Description BrandResourcesListAccountsApi. getBrandResources(String accountId, String brandId)Returns the specified account's list of branding resources (metadata)..Methods in com.docusign.esign.api that return types with arguments of type BrandResourcesList Modifier and Type Method Description ApiResponse<BrandResourcesList>AccountsApi. getBrandResourcesWithHttpInfo(String accountId, String brandId)Returns the specified account's list of branding resources (metadata). -
Uses of BrandResourcesList in com.docusign.esign.model
Methods in com.docusign.esign.model that return BrandResourcesList Modifier and Type Method Description BrandResourcesListBrandResourcesList. addResourcesContentTypesItem(BrandResources resourcesContentTypesItem)addResourcesContentTypesItem.BrandResourcesListBrandResourcesList. resourcesContentTypes(List<BrandResources> resourcesContentTypes)resourcesContentTypes.
-