Class DocumentExpirySettings
java.lang.Object
com.boldsign.model.DocumentExpirySettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentExpirySettings
extends Object
DocumentExpirySettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumGets or Sets expiryDateType -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableAutoReminder(Boolean enableAutoReminder) enableDefaultExpiryAlert(Boolean enableDefaultExpiryAlert) booleanexpiryDateType(DocumentExpirySettings.ExpiryDateTypeEnum expiryDateType) expiryValue(Integer expiryValue) static DocumentExpirySettingsCreate an instance of DocumentExpirySettings given an JSON stringGet enableAutoReminderGet enableDefaultExpiryAlertGet expiryDateTypeGet expiryValueGet reminderCountGet reminderDays minimum: 1 maximum: 180inthashCode()reminderCount(Integer reminderCount) reminderDays(Integer reminderDays) voidsetEnableAutoReminder(Boolean enableAutoReminder) voidsetEnableDefaultExpiryAlert(Boolean enableDefaultExpiryAlert) voidsetExpiryDateType(DocumentExpirySettings.ExpiryDateTypeEnum expiryDateType) voidsetExpiryValue(Integer expiryValue) voidsetReminderCount(Integer reminderCount) voidsetReminderDays(Integer reminderDays) toJson()Convert an instance of DocumentExpirySettings 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_EXPIRY_DATE_TYPE
- See Also:
-
SERIALIZED_NAME_EXPIRY_VALUE
- See Also:
-
SERIALIZED_NAME_ENABLE_DEFAULT_EXPIRY_ALERT
- See Also:
-
SERIALIZED_NAME_ENABLE_AUTO_REMINDER
- See Also:
-
SERIALIZED_NAME_REMINDER_DAYS
- See Also:
-
SERIALIZED_NAME_REMINDER_COUNT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentExpirySettings
public DocumentExpirySettings()
-
-
Method Details
-
expiryDateType
public DocumentExpirySettings expiryDateType(DocumentExpirySettings.ExpiryDateTypeEnum expiryDateType) -
getExpiryDateType
Get expiryDateType- Returns:
- expiryDateType
-
setExpiryDateType
-
expiryValue
-
getExpiryValue
-
setExpiryValue
-
enableDefaultExpiryAlert
-
getEnableDefaultExpiryAlert
-
setEnableDefaultExpiryAlert
-
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 DocumentExpirySettings
-
fromJson
Create an instance of DocumentExpirySettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentExpirySettings
- Throws:
IOException- if the JSON string is invalid with respect to DocumentExpirySettings
-
toJson
Convert an instance of DocumentExpirySettings to an JSON string- Returns:
- JSON string
-