Package com.boldsign.model
Class ReminderMessage
- java.lang.Object
-
- com.boldsign.model.ReminderMessage
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class ReminderMessage extends Object
ReminderMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReminderMessage.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_MESSAGEstatic StringSERIALIZED_NAME_ON_BEHALF_OFstatic StringSERIALIZED_NAME_REMINDER_PHONE_NUMBERS
-
Constructor Summary
Constructors Constructor Description ReminderMessage()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReminderMessageaddReminderPhoneNumbersItem(PhoneNumber reminderPhoneNumbersItem)Map<String,Object>createFormData()booleanequals(Object o)static ReminderMessagefromJson(String jsonString)Create an instance of ReminderMessage given an JSON stringStringgetMessage()Get messageStringgetOnBehalfOf()Get onBehalfOfList<PhoneNumber>getReminderPhoneNumbers()Get reminderPhoneNumbersinthashCode()ReminderMessagemessage(String message)ReminderMessageonBehalfOf(String onBehalfOf)ReminderMessagereminderPhoneNumbers(List<PhoneNumber> reminderPhoneNumbers)voidsetMessage(String message)voidsetOnBehalfOf(String onBehalfOf)voidsetReminderPhoneNumbers(List<PhoneNumber> reminderPhoneNumbers)StringtoJson()Convert an instance of ReminderMessage to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_MESSAGE
public static final String SERIALIZED_NAME_MESSAGE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ON_BEHALF_OF
public static final String SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMINDER_PHONE_NUMBERS
public static final String SERIALIZED_NAME_REMINDER_PHONE_NUMBERS
- See Also:
- Constant Field Values
-
-
Method Detail
-
message
public ReminderMessage message(String message)
-
setMessage
public void setMessage(String message)
-
onBehalfOf
public ReminderMessage onBehalfOf(String onBehalfOf)
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
-
reminderPhoneNumbers
public ReminderMessage reminderPhoneNumbers(List<PhoneNumber> reminderPhoneNumbers)
-
addReminderPhoneNumbersItem
public ReminderMessage addReminderPhoneNumbersItem(PhoneNumber reminderPhoneNumbersItem)
-
getReminderPhoneNumbers
@Nullable public List<PhoneNumber> getReminderPhoneNumbers()
Get reminderPhoneNumbers- Returns:
- reminderPhoneNumbers
-
setReminderPhoneNumbers
public void setReminderPhoneNumbers(List<PhoneNumber> reminderPhoneNumbers)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to ReminderMessage
-
fromJson
public static ReminderMessage fromJson(String jsonString) throws IOException
Create an instance of ReminderMessage given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReminderMessage
- Throws:
IOException- if the JSON string is invalid with respect to ReminderMessage
-
toJson
public String toJson()
Convert an instance of ReminderMessage to an JSON string- Returns:
- JSON string
-
-