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 BrandRequest
brandId(String brandId)
brandId.boolean
equals(Object o)
Compares objects.String
getBrandId()
The ID of the brand used in API calls.int
hashCode()
Returns the HashCode.void
setBrandId(String brandId)
setBrandId.String
toString()
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.
-
-