Package com.boldsign.model
Class ReminderSettings
- java.lang.Object
-
- com.boldsign.model.ReminderSettings
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class ReminderSettings extends Object
ReminderSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReminderSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ENABLE_AUTO_REMINDERstatic StringSERIALIZED_NAME_REMINDER_COUNTstatic StringSERIALIZED_NAME_REMINDER_DAYS
-
Constructor Summary
Constructors Constructor Description ReminderSettings()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>createFormData()ReminderSettingsenableAutoReminder(Boolean enableAutoReminder)booleanequals(Object o)static ReminderSettingsfromJson(String jsonString)Create an instance of ReminderSettings given an JSON stringBooleangetEnableAutoReminder()Get enableAutoReminderIntegergetReminderCount()Get reminderCountIntegergetReminderDays()Get reminderDaysinthashCode()ReminderSettingsreminderCount(Integer reminderCount)ReminderSettingsreminderDays(Integer reminderDays)voidsetEnableAutoReminder(Boolean enableAutoReminder)voidsetReminderCount(Integer reminderCount)voidsetReminderDays(Integer reminderDays)StringtoJson()Convert an instance of ReminderSettings 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_ENABLE_AUTO_REMINDER
public static final String SERIALIZED_NAME_ENABLE_AUTO_REMINDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMINDER_DAYS
public static final String SERIALIZED_NAME_REMINDER_DAYS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMINDER_COUNT
public static final String SERIALIZED_NAME_REMINDER_COUNT
- See Also:
- Constant Field Values
-
-
Method Detail
-
enableAutoReminder
public ReminderSettings enableAutoReminder(Boolean enableAutoReminder)
-
getEnableAutoReminder
@Nullable public Boolean getEnableAutoReminder()
Get enableAutoReminder- Returns:
- enableAutoReminder
-
setEnableAutoReminder
public void setEnableAutoReminder(Boolean enableAutoReminder)
-
reminderDays
public ReminderSettings reminderDays(Integer reminderDays)
-
setReminderDays
public void setReminderDays(Integer reminderDays)
-
reminderCount
public ReminderSettings reminderCount(Integer reminderCount)
-
getReminderCount
@Nullable public Integer getReminderCount()
Get reminderCount- Returns:
- reminderCount
-
setReminderCount
public void setReminderCount(Integer reminderCount)
-
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 ReminderSettings
-
fromJson
public static ReminderSettings fromJson(String jsonString) throws IOException
Create an instance of ReminderSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of ReminderSettings
- Throws:
IOException- if the JSON string is invalid with respect to ReminderSettings
-
toJson
public String toJson()
Convert an instance of ReminderSettings to an JSON string- Returns:
- JSON string
-
-