Package com.docusign.esign.model
Class BrandRequest
- java.lang.Object
-
- com.docusign.esign.model.BrandRequest
-
- All Implemented Interfaces:
Serializable
public class BrandRequest extends Object implements Serializable
This request object contains information about a specific brand..- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BrandRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandRequestbrandId(String brandId)brandId.booleanequals(Object o)Compares objects.StringgetBrandId()The ID of the brand used in API calls.inthashCode()Returns the HashCode.voidsetBrandId(String brandId)setBrandId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
brandId
public BrandRequest brandId(String brandId)
brandId.- Returns:
- BrandRequest
-
getBrandId
public String getBrandId()
The ID of the brand used in API calls.- Returns:
- brandId
-
setBrandId
public void setBrandId(String brandId)
setBrandId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-