@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public class MailNotificationMethod extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MailNotificationMethod.TypeEnum
Gets or Sets type
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ACTIVE |
static String |
JSON_PROPERTY_EMAILS |
static String |
JSON_PROPERTY_TYPE |
static String |
JSON_PROPERTY_USER_PARAM |
Constructor and Description |
---|
MailNotificationMethod() |
Modifier and Type | Method and Description |
---|---|
MailNotificationMethod |
active(Boolean active) |
MailNotificationMethod |
addEmailsItem(String emailsItem) |
MailNotificationMethod |
addUserParamItem(String userParamItem) |
MailNotificationMethod |
emails(Set<String> emails) |
boolean |
equals(Object o)
Return true if this MailNotificationMethod object is equal to o.
|
Boolean |
getActive()
Get active
|
Set<String> |
getEmails()
Get emails
|
String |
getJacksonType() |
MailNotificationMethod.TypeEnum |
getType()
Get type
|
Set<String> |
getUserParam()
Get userParam
|
int |
hashCode() |
void |
setActive(Boolean active) |
void |
setEmails(Set<String> emails) |
void |
setJacksonType(String jacksonType) |
void |
setType(MailNotificationMethod.TypeEnum type) |
void |
setUserParam(Set<String> userParam) |
String |
toString() |
MailNotificationMethod |
type(MailNotificationMethod.TypeEnum type) |
MailNotificationMethod |
userParam(Set<String> userParam) |
public static final String JSON_PROPERTY_USER_PARAM
public static final String JSON_PROPERTY_ACTIVE
public static final String JSON_PROPERTY_TYPE
public static final String JSON_PROPERTY_EMAILS
public MailNotificationMethod userParam(Set<String> userParam)
public MailNotificationMethod addUserParamItem(String userParamItem)
public MailNotificationMethod active(Boolean active)
public void setActive(Boolean active)
public MailNotificationMethod type(MailNotificationMethod.TypeEnum type)
@Nullable public MailNotificationMethod.TypeEnum getType()
public void setType(MailNotificationMethod.TypeEnum type)
public MailNotificationMethod emails(Set<String> emails)
public MailNotificationMethod addEmailsItem(String emailsItem)
public boolean equals(Object o)
public String getJacksonType()
public void setJacksonType(String jacksonType)