Package com.docusign.esign.api
Class AuthenticationApi.LoginOptions
- java.lang.Object
-
- com.docusign.esign.api.AuthenticationApi.LoginOptions
-
- Enclosing class:
- AuthenticationApi
public class AuthenticationApi.LoginOptions extends java.lang.ObjectLoginOptions Class.
-
-
Constructor Summary
Constructors Constructor Description LoginOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetApiPassword()getApiPassword method.java.lang.StringgetEmbedAccountIdGuid()getEmbedAccountIdGuid method.java.lang.StringgetIncludeAccountIdGuid()getIncludeAccountIdGuid method.java.lang.StringgetLoginSettings()getLoginSettings method.voidsetApiPassword(java.lang.String apiPassword)setApiPassword method.voidsetEmbedAccountIdGuid(java.lang.String embedAccountIdGuid)setEmbedAccountIdGuid method.voidsetIncludeAccountIdGuid(java.lang.String includeAccountIdGuid)setIncludeAccountIdGuid method.voidsetLoginSettings(java.lang.String loginSettings)setLoginSettings method.
-
-
-
Method Detail
-
setApiPassword
public void setApiPassword(java.lang.String apiPassword)
setApiPassword method.
-
getApiPassword
public java.lang.String getApiPassword()
getApiPassword method.- Returns:
- String
-
setEmbedAccountIdGuid
public void setEmbedAccountIdGuid(java.lang.String embedAccountIdGuid)
setEmbedAccountIdGuid method.
-
getEmbedAccountIdGuid
public java.lang.String getEmbedAccountIdGuid()
getEmbedAccountIdGuid method.- Returns:
- String
-
setIncludeAccountIdGuid
public void setIncludeAccountIdGuid(java.lang.String includeAccountIdGuid)
setIncludeAccountIdGuid method.
-
getIncludeAccountIdGuid
public java.lang.String getIncludeAccountIdGuid()
getIncludeAccountIdGuid method.- Returns:
- String
-
setLoginSettings
public void setLoginSettings(java.lang.String loginSettings)
setLoginSettings method.
-
getLoginSettings
public java.lang.String getLoginSettings()
getLoginSettings method.- Returns:
- String
-
-