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 Object
LoginOptions Class.
-
-
Constructor Summary
Constructors Constructor Description LoginOptions()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApiPassword()getApiPassword method.StringgetEmbedAccountIdGuid()getEmbedAccountIdGuid method.StringgetIncludeAccountIdGuid()getIncludeAccountIdGuid method.StringgetLoginSettings()getLoginSettings method.voidsetApiPassword(String apiPassword)setApiPassword method.voidsetEmbedAccountIdGuid(String embedAccountIdGuid)setEmbedAccountIdGuid method.voidsetIncludeAccountIdGuid(String includeAccountIdGuid)setIncludeAccountIdGuid method.voidsetLoginSettings(String loginSettings)setLoginSettings method.
-
-
-
Method Detail
-
setApiPassword
public void setApiPassword(String apiPassword)
setApiPassword method.
-
getApiPassword
public String getApiPassword()
getApiPassword method.- Returns:
- String
-
setEmbedAccountIdGuid
public void setEmbedAccountIdGuid(String embedAccountIdGuid)
setEmbedAccountIdGuid method.
-
getEmbedAccountIdGuid
public String getEmbedAccountIdGuid()
getEmbedAccountIdGuid method.- Returns:
- String
-
setIncludeAccountIdGuid
public void setIncludeAccountIdGuid(String includeAccountIdGuid)
setIncludeAccountIdGuid method.
-
getIncludeAccountIdGuid
public String getIncludeAccountIdGuid()
getIncludeAccountIdGuid method.- Returns:
- String
-
setLoginSettings
public void setLoginSettings(String loginSettings)
setLoginSettings method.
-
getLoginSettings
public String getLoginSettings()
getLoginSettings method.- Returns:
- String
-
-