@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public class UserSettings extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_EMAIL |
static String |
JSON_PROPERTY_SMS |
static String |
JSON_PROPERTY_THIRD_PARTY |
Constructor and Description |
---|
UserSettings() |
Modifier and Type | Method and Description |
---|---|
UserSettings |
addEmailItem(NotificationMethodSettings emailItem) |
UserSettings |
email(List<NotificationMethodSettings> email) |
boolean |
equals(Object o)
Return true if this UserSettings object is equal to o.
|
List<NotificationMethodSettings> |
getEmail()
Get email
|
NotificationMethodSettings |
getSms()
Get sms
|
NotificationMethodSettings |
getThirdParty()
Get thirdParty
|
int |
hashCode() |
void |
setEmail(List<NotificationMethodSettings> email) |
void |
setSms(NotificationMethodSettings sms) |
void |
setThirdParty(NotificationMethodSettings thirdParty) |
UserSettings |
sms(NotificationMethodSettings sms) |
UserSettings |
thirdParty(NotificationMethodSettings thirdParty) |
String |
toString() |
public static final String JSON_PROPERTY_EMAIL
public static final String JSON_PROPERTY_SMS
public static final String JSON_PROPERTY_THIRD_PARTY
public UserSettings email(List<NotificationMethodSettings> email)
public UserSettings addEmailItem(NotificationMethodSettings emailItem)
@Nullable public List<NotificationMethodSettings> getEmail()
public void setEmail(List<NotificationMethodSettings> email)
public UserSettings sms(NotificationMethodSettings sms)
@Nullable public NotificationMethodSettings getSms()
public void setSms(NotificationMethodSettings sms)
public UserSettings thirdParty(NotificationMethodSettings thirdParty)
@Nullable public NotificationMethodSettings getThirdParty()
public void setThirdParty(NotificationMethodSettings thirdParty)
public boolean equals(Object o)