| Package | Description |
|---|---|
| com.docusign.esign.api | |
| com.docusign.esign.model |
| Modifier and Type | Method and Description |
|---|---|
Brand |
AccountsApi.getBrand(String accountId,
String brandId)
Get information for a specific brand.
|
Brand |
AccountsApi.getBrand(String accountId,
String brandId,
AccountsApi.GetBrandOptions options)
Get information for a specific brand.
|
Brand |
AccountsApi.updateBrand(String accountId,
String brandId,
Brand brand)
Updates an existing brand.
|
| Modifier and Type | Method and Description |
|---|---|
BrandsResponse |
AccountsApi.createBrand(String accountId,
Brand brand)
Creates one or more brand profile files for the account.
|
Brand |
AccountsApi.updateBrand(String accountId,
String brandId,
Brand brand)
Updates an existing brand.
|
| Modifier and Type | Method and Description |
|---|---|
Brand |
Brand.addColorsItem(NameValue colorsItem) |
Brand |
Brand.addEmailContentItem(BrandEmailContent emailContentItem) |
Brand |
Brand.addLandingPagesItem(NameValue landingPagesItem) |
Brand |
Brand.addLinksItem(BrandLink linksItem) |
Brand |
Brand.brandCompany(String brandCompany) |
Brand |
Brand.brandId(String brandId) |
Brand |
Brand.brandName(String brandName) |
Brand |
Brand.colors(List<NameValue> colors) |
Brand |
Brand.emailContent(List<BrandEmailContent> emailContent) |
Brand |
Brand.errorDetails(ErrorDetails errorDetails) |
Brand |
Brand.isOverridingCompanyName(String isOverridingCompanyName) |
Brand |
Brand.isSendingDefault(String isSendingDefault) |
Brand |
Brand.isSigningDefault(String isSigningDefault) |
Brand |
Brand.landingPages(List<NameValue> landingPages) |
Brand |
Brand.links(List<BrandLink> links) |
Brand |
Brand.logos(BrandLogos logos) |
Brand |
Brand.resources(BrandResourceUrls resources) |
| Modifier and Type | Method and Description |
|---|---|
List<Brand> |
BrandsResponse.getBrands()
The list of brands.
|
| Modifier and Type | Method and Description |
|---|---|
BrandsResponse |
BrandsResponse.addBrandsItem(Brand brandsItem) |
| Modifier and Type | Method and Description |
|---|---|
BrandsResponse |
BrandsResponse.brands(List<Brand> brands) |
void |
BrandsResponse.setBrands(List<Brand> brands) |
Copyright © 2018. All rights reserved.