Class RecipientNotificationSettings
java.lang.Object
com.boldsign.model.RecipientNotificationSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class RecipientNotificationSettings
extends Object
RecipientNotificationSettings
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioneditDocument(Boolean editDocument) editRecipient(Boolean editRecipient) booleanCreate an instance of RecipientNotificationSettings given an JSON stringGet completedGet declinedGet deletedGet editDocumentGet editRecipientGet expiredGet reassignedGet remindersGet revokedGet signatureRequestGet signedGet viewedinthashCode()reassigned(Boolean reassigned) voidsetCompleted(Boolean completed) voidsetDeclined(Boolean declined) voidsetDeleted(Boolean deleted) voidsetEditDocument(Boolean editDocument) voidsetEditRecipient(Boolean editRecipient) voidsetExpired(Boolean expired) voidsetReassigned(Boolean reassigned) voidsetReminders(Boolean reminders) voidsetRevoked(Boolean revoked) voidsetSignatureRequest(Boolean signatureRequest) voidvoidsignatureRequest(Boolean signatureRequest) toJson()Convert an instance of RecipientNotificationSettings 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_SIGNATURE_REQUEST
- See Also:
-
SERIALIZED_NAME_DECLINED
- See Also:
-
SERIALIZED_NAME_REVOKED
- See Also:
-
SERIALIZED_NAME_SIGNED
- See Also:
-
SERIALIZED_NAME_COMPLETED
- See Also:
-
SERIALIZED_NAME_EXPIRED
- See Also:
-
SERIALIZED_NAME_REASSIGNED
- See Also:
-
SERIALIZED_NAME_DELETED
- See Also:
-
SERIALIZED_NAME_REMINDERS
- See Also:
-
SERIALIZED_NAME_EDIT_RECIPIENT
- See Also:
-
SERIALIZED_NAME_EDIT_DOCUMENT
- See Also:
-
SERIALIZED_NAME_VIEWED
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
RecipientNotificationSettings
public RecipientNotificationSettings()
-
-
Method Details
-
signatureRequest
-
getSignatureRequest
-
setSignatureRequest
-
declined
-
getDeclined
-
setDeclined
-
revoked
-
getRevoked
-
setRevoked
-
signed
-
getSigned
-
setSigned
-
completed
-
getCompleted
-
setCompleted
-
expired
-
getExpired
-
setExpired
-
reassigned
-
getReassigned
-
setReassigned
-
deleted
-
getDeleted
-
setDeleted
-
reminders
-
getReminders
-
setReminders
-
editRecipient
-
getEditRecipient
-
setEditRecipient
-
editDocument
-
getEditDocument
-
setEditDocument
-
viewed
-
getViewed
-
setViewed
-
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 RecipientNotificationSettings
-
fromJson
Create an instance of RecipientNotificationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of RecipientNotificationSettings
- Throws:
IOException- if the JSON string is invalid with respect to RecipientNotificationSettings
-
toJson
Convert an instance of RecipientNotificationSettings to an JSON string- Returns:
- JSON string
-