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 -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableAutoReminder(Boolean enableAutoReminder) booleanstatic ReminderSettingsCreate an instance of ReminderSettings given an JSON stringGet enableAutoReminderGet reminderCountGet reminderDaysinthashCode()reminderCount(Integer reminderCount) reminderDays(Integer reminderDays) voidsetEnableAutoReminder(Boolean enableAutoReminder) voidsetReminderCount(Integer reminderCount) voidsetReminderDays(Integer reminderDays) toJson()Convert an instance of ReminderSettings to an JSON stringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_ENABLE_AUTO_REMINDER
- See Also:
-
SERIALIZED_NAME_REMINDER_DAYS
- See Also:
-
SERIALIZED_NAME_REMINDER_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
ReminderSettings
public ReminderSettings()
-
-
Method Details
-
enableAutoReminder
-
getEnableAutoReminder
-
setEnableAutoReminder
-
reminderDays
-
getReminderDays
-
setReminderDays
-
reminderCount
-
getReminderCount
-
setReminderCount
-
equals
-
hashCode
-
toString
-
createFormData
- Throws:
ApiException
-
validateJsonElement
Validates 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
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
Convert an instance of ReminderSettings to an JSON string- Returns:
- JSON string
-