Package com.docusign.esign.model
Class LoginInformation
- java.lang.Object
-
- com.docusign.esign.model.LoginInformation
-
public class LoginInformation extends java.lang.ObjectLoginInformation.
-
-
Constructor Summary
Constructors Constructor Description LoginInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginInformationaddLoginAccountsItem(LoginAccount loginAccountsItem)addLoginAccountsItem.LoginInformationapiPassword(java.lang.String apiPassword)apiPassword.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetApiPassword()Contains a token that can be used for authentication in API calls instead of using the user name and password.java.util.List<LoginAccount>getLoginAccounts()The list of accounts that authenticating user is a member of..inthashCode()Returns the HashCode.LoginInformationloginAccounts(java.util.List<LoginAccount> loginAccounts)loginAccounts.voidsetApiPassword(java.lang.String apiPassword)setApiPassword.voidsetLoginAccounts(java.util.List<LoginAccount> loginAccounts)setLoginAccounts.java.lang.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
apiPassword
public LoginInformation apiPassword(java.lang.String apiPassword)
apiPassword.- Returns:
- LoginInformation
-
getApiPassword
public java.lang.String getApiPassword()
Contains a token that can be used for authentication in API calls instead of using the user name and password. Only returned if the `api_password=true` query string is added to the URL..- Returns:
- apiPassword
-
setApiPassword
public void setApiPassword(java.lang.String apiPassword)
setApiPassword.
-
loginAccounts
public LoginInformation loginAccounts(java.util.List<LoginAccount> loginAccounts)
loginAccounts.- Returns:
- LoginInformation
-
addLoginAccountsItem
public LoginInformation addLoginAccountsItem(LoginAccount loginAccountsItem)
addLoginAccountsItem.- Returns:
- LoginInformation
-
getLoginAccounts
public java.util.List<LoginAccount> getLoginAccounts()
The list of accounts that authenticating user is a member of..- Returns:
- loginAccounts
-
setLoginAccounts
public void setLoginAccounts(java.util.List<LoginAccount> loginAccounts)
setLoginAccounts.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-