Package com.docusign.esign.model
Class BrandsRequest
- java.lang.Object
-
- com.docusign.esign.model.BrandsRequest
-
- All Implemented Interfaces:
Serializable
public class BrandsRequest extends Object implements Serializable
Details about one or more brands..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrandsRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandsRequestaddBrandsItem(BrandRequest brandsItem)addBrandsItem.BrandsRequestbrands(List<BrandRequest> brands)brands.booleanequals(Object o)Compares objects.List<BrandRequest>getBrands()The list of brands..inthashCode()Returns the HashCode.voidsetBrands(List<BrandRequest> brands)setBrands.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
brands
public BrandsRequest brands(List<BrandRequest> brands)
brands.- Returns:
- BrandsRequest
-
addBrandsItem
public BrandsRequest addBrandsItem(BrandRequest brandsItem)
addBrandsItem.- Returns:
- BrandsRequest
-
getBrands
public List<BrandRequest> getBrands()
The list of brands..- Returns:
- brands
-
setBrands
public void setBrands(List<BrandRequest> brands)
setBrands.
-
equals
public boolean equals(Object o)
Compares objects.
-
-