Package com.docusign.admin.model
Class OrganizationExportAccount
- java.lang.Object
-
- com.docusign.admin.model.OrganizationExportAccount
-
public class OrganizationExportAccount extends Object
OrganizationExportAccount.
-
-
Constructor Summary
Constructors Constructor Description OrganizationExportAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OrganizationExportAccountaccountId(UUID accountId)accountId.booleanequals(Object o)Compares objects.UUIDgetAccountId()Get accountId.inthashCode()Returns the HashCode.voidsetAccountId(UUID accountId)setAccountId.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
accountId
public OrganizationExportAccount accountId(UUID accountId)
accountId.- Returns:
- OrganizationExportAccount
-
getAccountId
public UUID getAccountId()
Get accountId.- Returns:
- accountId
-
setAccountId
public void setAccountId(UUID accountId)
setAccountId.
-
equals
public boolean equals(Object o)
Compares objects.
-
-