@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2016-07-18T18:11:15.675-07:00") public class UserSettingsInformation extends Object
| Constructor and Description |
|---|
UserSettingsInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SenderEmailNotifications |
getSenderEmailNotifications() |
SignerEmailNotifications |
getSignerEmailNotifications() |
List<NameValue> |
getUserSettings() |
int |
hashCode() |
UserSettingsInformation |
senderEmailNotifications(SenderEmailNotifications senderEmailNotifications) |
void |
setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications) |
void |
setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications) |
void |
setUserSettings(List<NameValue> userSettings) |
UserSettingsInformation |
signerEmailNotifications(SignerEmailNotifications signerEmailNotifications) |
String |
toString() |
UserSettingsInformation |
userSettings(List<NameValue> userSettings) |
public UserSettingsInformation userSettings(List<NameValue> userSettings)
public UserSettingsInformation signerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
public SignerEmailNotifications getSignerEmailNotifications()
public void setSignerEmailNotifications(SignerEmailNotifications signerEmailNotifications)
public UserSettingsInformation senderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
public SenderEmailNotifications getSenderEmailNotifications()
public void setSenderEmailNotifications(SenderEmailNotifications senderEmailNotifications)
Copyright © 2016. All rights reserved.