Uses of Class
com.docusign.esign.model.LoginAccount
-
Packages that use LoginAccount Package Description com.docusign.esign.model -
-
Uses of LoginAccount in com.docusign.esign.model
Methods in com.docusign.esign.model that return LoginAccount Modifier and Type Method Description LoginAccountLoginAccount. accountId(String accountId)accountId.LoginAccountLoginAccount. accountIdGuid(String accountIdGuid)accountIdGuid.LoginAccountLoginAccount. addLoginAccountSettingsItem(NameValue loginAccountSettingsItem)addLoginAccountSettingsItem.LoginAccountLoginAccount. addLoginUserSettingsItem(NameValue loginUserSettingsItem)addLoginUserSettingsItem.LoginAccountLoginAccount. baseUrl(String baseUrl)baseUrl.LoginAccountLoginAccount. email(String email)email.LoginAccountLoginAccount. isDefault(String isDefault)isDefault.LoginAccountLoginAccount. loginAccountSettings(List<NameValue> loginAccountSettings)loginAccountSettings.LoginAccountLoginAccount. loginUserSettings(List<NameValue> loginUserSettings)loginUserSettings.LoginAccountLoginAccount. name(String name)name.LoginAccountLoginAccount. siteDescription(String siteDescription)siteDescription.LoginAccountLoginAccount. userId(String userId)userId.LoginAccountLoginAccount. userName(String userName)userName.Methods in com.docusign.esign.model that return types with arguments of type LoginAccount Modifier and Type Method Description List<LoginAccount>LoginInformation. getLoginAccounts()The list of accounts that authenticating user is a member of..Methods in com.docusign.esign.model with parameters of type LoginAccount Modifier and Type Method Description LoginInformationLoginInformation. addLoginAccountsItem(LoginAccount loginAccountsItem)addLoginAccountsItem.Method parameters in com.docusign.esign.model with type arguments of type LoginAccount Modifier and Type Method Description LoginInformationLoginInformation. loginAccounts(List<LoginAccount> loginAccounts)loginAccounts.voidLoginInformation. setLoginAccounts(List<LoginAccount> loginAccounts)setLoginAccounts.
-