| 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 |
|---|---|
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 © 2020. All rights reserved.