@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class LoginAccount extends Object
| Constructor and Description |
|---|
LoginAccount() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAccountId()
The account ID associated with the envelope.
|
String |
getAccountIdGuid()
The GUID associated with the account ID.
|
String |
getBaseUrl()
The URL that should be used for successive calls to this account.
|
String |
getEmail()
The email address for the user.
|
String |
getIsDefault()
This value is true if this is the default account for the user, otherwise false is returned.
|
List<NameValue> |
getLoginAccountSettings()
A list of settings on the acccount that indicate what features are available.
|
List<NameValue> |
getLoginUserSettings()
A list of user-level settings that indicate what user-specific features are available.
|
String |
getName()
The name associated with the account.
|
String |
getSiteDescription()
An optional descirption of the site that hosts the account.
|
String |
getUserId() |
String |
getUserName()
The name of this user as defined by the account.
|
int |
hashCode() |
void |
setAccountId(String accountId) |
void |
setAccountIdGuid(String accountIdGuid) |
void |
setBaseUrl(String baseUrl) |
void |
setEmail(String email) |
void |
setIsDefault(String isDefault) |
void |
setLoginAccountSettings(List<NameValue> loginAccountSettings) |
void |
setLoginUserSettings(List<NameValue> loginUserSettings) |
void |
setName(String name) |
void |
setSiteDescription(String siteDescription) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
String |
toString() |
public String getAccountId()
The account ID associated with the envelope.
public void setAccountId(String accountId)
public String getAccountIdGuid()
The GUID associated with the account ID.
public void setAccountIdGuid(String accountIdGuid)
public String getBaseUrl()
The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri’s that are relative to this baseUrl.
public void setBaseUrl(String baseUrl)
public String getEmail()
The email address for the user.
public void setEmail(String email)
public String getIsDefault()
This value is true if this is the default account for the user, otherwise false is returned.
public void setIsDefault(String isDefault)
public List<NameValue> getLoginAccountSettings()
A list of settings on the acccount that indicate what features are available.
public List<NameValue> getLoginUserSettings()
A list of user-level settings that indicate what user-specific features are available.
public String getName()
The name associated with the account.
public void setName(String name)
public String getSiteDescription()
An optional descirption of the site that hosts the account.
public void setSiteDescription(String siteDescription)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
The name of this user as defined by the account.
public void setUserName(String userName)
Copyright © 2017. All Rights Reserved.