Class NotificationSettings
java.lang.Object
com.boldsign.model.NotificationSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class NotificationSettings
extends Object
NotificationSettings
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachSignedDocument(Boolean attachSignedDocument) authenticationFailed(Boolean authenticationFailed) deliveryFailed(Boolean deliveryFailed) booleanstatic NotificationSettingsCreate an instance of NotificationSettings given an JSON stringGet attachSignedDocumentGet authenticationFailedGet completedGet declinedGet deliveryFailedGet expiredGet reassignedGet remindersGet revokedgetSent()Get sentGet signedGet viewedinthashCode()reassigned(Boolean reassigned) voidsetAttachSignedDocument(Boolean attachSignedDocument) voidsetAuthenticationFailed(Boolean authenticationFailed) voidsetCompleted(Boolean completed) voidsetDeclined(Boolean declined) voidsetDeliveryFailed(Boolean deliveryFailed) voidsetExpired(Boolean expired) voidsetReassigned(Boolean reassigned) voidsetReminders(Boolean reminders) voidsetRevoked(Boolean revoked) voidvoidvoidtoJson()Convert an instance of NotificationSettings 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_VIEWED
- See Also:
-
SERIALIZED_NAME_SENT
- See Also:
-
SERIALIZED_NAME_DELIVERY_FAILED
- See Also:
-
SERIALIZED_NAME_DECLINED
- See Also:
-
SERIALIZED_NAME_REVOKED
- See Also:
-
SERIALIZED_NAME_REASSIGNED
- See Also:
-
SERIALIZED_NAME_COMPLETED
- See Also:
-
SERIALIZED_NAME_SIGNED
- See Also:
-
SERIALIZED_NAME_EXPIRED
- See Also:
-
SERIALIZED_NAME_AUTHENTICATION_FAILED
- See Also:
-
SERIALIZED_NAME_REMINDERS
- See Also:
-
SERIALIZED_NAME_ATTACH_SIGNED_DOCUMENT
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
NotificationSettings
public NotificationSettings()
-
-
Method Details
-
viewed
-
getViewed
-
setViewed
-
sent
-
getSent
-
setSent
-
deliveryFailed
-
getDeliveryFailed
-
setDeliveryFailed
-
declined
-
getDeclined
-
setDeclined
-
revoked
-
getRevoked
-
setRevoked
-
reassigned
-
getReassigned
-
setReassigned
-
completed
-
getCompleted
-
setCompleted
-
signed
-
getSigned
-
setSigned
-
expired
-
getExpired
-
setExpired
-
authenticationFailed
-
getAuthenticationFailed
-
setAuthenticationFailed
-
reminders
-
getReminders
-
setReminders
-
attachSignedDocument
-
getAttachSignedDocument
-
setAttachSignedDocument
-
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 NotificationSettings
-
fromJson
Create an instance of NotificationSettings given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of NotificationSettings
- Throws:
IOException- if the JSON string is invalid with respect to NotificationSettings
-
toJson
Convert an instance of NotificationSettings to an JSON string- Returns:
- JSON string
-