Package com.docusign.esign.model
Class LoginInformation
- java.lang.Object
-
- com.docusign.esign.model.LoginInformation
-
- All Implemented Interfaces:
Serializable
public class LoginInformation extends Object implements Serializable
LoginInformation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LoginInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoginInformationaddLoginAccountsItem(LoginAccount loginAccountsItem)addLoginAccountsItem.LoginInformationapiPassword(String apiPassword)apiPassword.booleanequals(Object o)Compares objects.StringgetApiPassword()Contains a token that can be used for authentication in API calls instead of using the user name and password.List<LoginAccount>getLoginAccounts()The list of accounts that authenticating user is a member of..inthashCode()Returns the HashCode.LoginInformationloginAccounts(List<LoginAccount> loginAccounts)loginAccounts.voidsetApiPassword(String apiPassword)setApiPassword.voidsetLoginAccounts(List<LoginAccount> loginAccounts)setLoginAccounts.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
apiPassword
public LoginInformation apiPassword(String apiPassword)
apiPassword.- Returns:
- LoginInformation
-
getApiPassword
public 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(String apiPassword)
setApiPassword.
-
loginAccounts
public LoginInformation loginAccounts(List<LoginAccount> loginAccounts)
loginAccounts.- Returns:
- LoginInformation
-
addLoginAccountsItem
public LoginInformation addLoginAccountsItem(LoginAccount loginAccountsItem)
addLoginAccountsItem.- Returns:
- LoginInformation
-
getLoginAccounts
public List<LoginAccount> getLoginAccounts()
The list of accounts that authenticating user is a member of..- Returns:
- loginAccounts
-
setLoginAccounts
public void setLoginAccounts(List<LoginAccount> loginAccounts)
setLoginAccounts.
-
equals
public boolean equals(Object o)
Compares objects.
-
-