Uses of Class
com.docusign.esign.model.BrandResources
-
Packages that use BrandResources Package Description com.docusign.esign.api com.docusign.esign.model -
-
Uses of BrandResources in com.docusign.esign.api
Methods in com.docusign.esign.api that return BrandResources Modifier and Type Method Description BrandResourcesAccountsApi. updateBrandResourcesByContentType(String accountId, String brandId, String resourceContentType, byte[] fileXml)Uploads a branding resource file..Methods in com.docusign.esign.api that return types with arguments of type BrandResources Modifier and Type Method Description ApiResponse<BrandResources>AccountsApi. updateBrandResourcesByContentTypeWithHttpInfo(String accountId, String brandId, String resourceContentType, byte[] fileXml)Uploads a branding resource file. -
Uses of BrandResources in com.docusign.esign.model
Methods in com.docusign.esign.model that return BrandResources Modifier and Type Method Description BrandResourcesBrandResources. addDataNotSavedNotInMasterItem(String dataNotSavedNotInMasterItem)addDataNotSavedNotInMasterItem.BrandResourcesBrandResources. addModifiedTemplatesItem(String modifiedTemplatesItem)addModifiedTemplatesItem.BrandResourcesBrandResources. createdByUserInfo(UserInfo createdByUserInfo)createdByUserInfo.BrandResourcesBrandResources. createdDate(String createdDate)createdDate.BrandResourcesBrandResources. dataNotSavedNotInMaster(List<String> dataNotSavedNotInMaster)dataNotSavedNotInMaster.BrandResourcesBrandResources. modifiedByUserInfo(UserInfo modifiedByUserInfo)modifiedByUserInfo.BrandResourcesBrandResources. modifiedDate(String modifiedDate)modifiedDate.BrandResourcesBrandResources. modifiedTemplates(List<String> modifiedTemplates)modifiedTemplates.BrandResourcesBrandResources. resourcesContentType(String resourcesContentType)resourcesContentType.BrandResourcesBrandResources. resourcesContentUri(String resourcesContentUri)resourcesContentUri.Methods in com.docusign.esign.model that return types with arguments of type BrandResources Modifier and Type Method Description List<BrandResources>BrandResourcesList. getResourcesContentTypes().Methods in com.docusign.esign.model with parameters of type BrandResources Modifier and Type Method Description BrandResourcesListBrandResourcesList. addResourcesContentTypesItem(BrandResources resourcesContentTypesItem)addResourcesContentTypesItem.Method parameters in com.docusign.esign.model with type arguments of type BrandResources Modifier and Type Method Description BrandResourcesListBrandResourcesList. resourcesContentTypes(List<BrandResources> resourcesContentTypes)resourcesContentTypes.voidBrandResourcesList. setResourcesContentTypes(List<BrandResources> resourcesContentTypes)setResourcesContentTypes.
-