Package com.docusign.esign.model
Class UserSettingsInformation
- java.lang.Object
-
- com.docusign.esign.model.UserSettingsInformation
-
public class UserSettingsInformation extends Object
UserSettingsInformation.
-
-
Constructor Summary
Constructors Constructor Description UserSettingsInformation()
-
Method Summary
-
-
-
Method Detail
-
accountManagementGranular
public UserSettingsInformation accountManagementGranular(UserAccountManagementGranularInformation accountManagementGranular)
accountManagementGranular.- Returns:
- UserSettingsInformation
-
getAccountManagementGranular
public UserAccountManagementGranularInformation getAccountManagementGranular()
Get accountManagementGranular.- Returns:
- accountManagementGranular
-
setAccountManagementGranular
public void setAccountManagementGranular(UserAccountManagementGranularInformation accountManagementGranular)
setAccountManagementGranular.
-
senderEmailNotifications
public UserSettingsInformation senderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
senderEmailNotifications.- Returns:
- UserSettingsInformation
-
getSenderEmailNotifications
public SenderEmailNotifications getSenderEmailNotifications()
Get senderEmailNotifications.- Returns:
- senderEmailNotifications
-
setSenderEmailNotifications
public void setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
setSenderEmailNotifications.
-
signerEmailNotifications
public UserSettingsInformation signerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
signerEmailNotifications.- Returns:
- UserSettingsInformation
-
getSignerEmailNotifications
public SignerEmailNotifications getSignerEmailNotifications()
Get signerEmailNotifications.- Returns:
- signerEmailNotifications
-
setSignerEmailNotifications
public void setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
setSignerEmailNotifications.
-
userSettings
public UserSettingsInformation userSettings(List<NameValue> userSettings)
userSettings.- Returns:
- UserSettingsInformation
-
addUserSettingsItem
public UserSettingsInformation addUserSettingsItem(NameValue userSettingsItem)
addUserSettingsItem.- Returns:
- UserSettingsInformation
-
equals
public boolean equals(Object o)
Compares objects.
-
-