Package com.docusign.esign.model
Class AccountSeals
- java.lang.Object
-
- com.docusign.esign.model.AccountSeals
-
public class AccountSeals extends Object
AccountSeals.
-
-
Constructor Summary
Constructors Constructor Description AccountSeals()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountSealsaddSealsItem(SealIdentifier sealsItem)addSealsItem.booleanequals(Object o)Compares objects.List<SealIdentifier>getSeals().inthashCode()Returns the HashCode.AccountSealsseals(List<SealIdentifier> seals)seals.voidsetSeals(List<SealIdentifier> seals)setSeals.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
seals
public AccountSeals seals(List<SealIdentifier> seals)
seals.- Returns:
- AccountSeals
-
addSealsItem
public AccountSeals addSealsItem(SealIdentifier sealsItem)
addSealsItem.- Returns:
- AccountSeals
-
getSeals
public List<SealIdentifier> getSeals()
.- Returns:
- seals
-
setSeals
public void setSeals(List<SealIdentifier> seals)
setSeals.
-
equals
public boolean equals(Object o)
Compares objects.
-
-