Package com.boldsign.model
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 Modifier and Type Class Description static classNotificationSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_ATTACH_SIGNED_DOCUMENTstatic StringSERIALIZED_NAME_AUTHENTICATION_FAILEDstatic StringSERIALIZED_NAME_COMPLETEDstatic StringSERIALIZED_NAME_DECLINEDstatic StringSERIALIZED_NAME_DELIVERY_FAILEDstatic StringSERIALIZED_NAME_EXPIREDstatic StringSERIALIZED_NAME_REASSIGNEDstatic StringSERIALIZED_NAME_REMINDERSstatic StringSERIALIZED_NAME_REVOKEDstatic StringSERIALIZED_NAME_SENTstatic StringSERIALIZED_NAME_SIGNEDstatic StringSERIALIZED_NAME_VIEWED
-
Constructor Summary
Constructors Constructor Description NotificationSettings()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_VIEWED
public static final String SERIALIZED_NAME_VIEWED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SENT
public static final String SERIALIZED_NAME_SENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELIVERY_FAILED
public static final String SERIALIZED_NAME_DELIVERY_FAILED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DECLINED
public static final String SERIALIZED_NAME_DECLINED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REVOKED
public static final String SERIALIZED_NAME_REVOKED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REASSIGNED
public static final String SERIALIZED_NAME_REASSIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED
public static final String SERIALIZED_NAME_COMPLETED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNED
public static final String SERIALIZED_NAME_SIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXPIRED
public static final String SERIALIZED_NAME_EXPIRED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_AUTHENTICATION_FAILED
public static final String SERIALIZED_NAME_AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMINDERS
public static final String SERIALIZED_NAME_REMINDERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ATTACH_SIGNED_DOCUMENT
public static final String SERIALIZED_NAME_ATTACH_SIGNED_DOCUMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
viewed
public NotificationSettings viewed(Boolean viewed)
-
setViewed
public void setViewed(Boolean viewed)
-
sent
public NotificationSettings sent(Boolean sent)
-
setSent
public void setSent(Boolean sent)
-
deliveryFailed
public NotificationSettings deliveryFailed(Boolean deliveryFailed)
-
getDeliveryFailed
@Nullable public Boolean getDeliveryFailed()
Get deliveryFailed- Returns:
- deliveryFailed
-
setDeliveryFailed
public void setDeliveryFailed(Boolean deliveryFailed)
-
declined
public NotificationSettings declined(Boolean declined)
-
setDeclined
public void setDeclined(Boolean declined)
-
revoked
public NotificationSettings revoked(Boolean revoked)
-
setRevoked
public void setRevoked(Boolean revoked)
-
reassigned
public NotificationSettings reassigned(Boolean reassigned)
-
setReassigned
public void setReassigned(Boolean reassigned)
-
completed
public NotificationSettings completed(Boolean completed)
-
setCompleted
public void setCompleted(Boolean completed)
-
signed
public NotificationSettings signed(Boolean signed)
-
setSigned
public void setSigned(Boolean signed)
-
expired
public NotificationSettings expired(Boolean expired)
-
setExpired
public void setExpired(Boolean expired)
-
authenticationFailed
public NotificationSettings authenticationFailed(Boolean authenticationFailed)
-
getAuthenticationFailed
@Nullable public Boolean getAuthenticationFailed()
Get authenticationFailed- Returns:
- authenticationFailed
-
setAuthenticationFailed
public void setAuthenticationFailed(Boolean authenticationFailed)
-
reminders
public NotificationSettings reminders(Boolean reminders)
-
setReminders
public void setReminders(Boolean reminders)
-
attachSignedDocument
public NotificationSettings attachSignedDocument(Boolean attachSignedDocument)
-
getAttachSignedDocument
@Nullable public Boolean getAttachSignedDocument()
Get attachSignedDocument- Returns:
- attachSignedDocument
-
setAttachSignedDocument
public void setAttachSignedDocument(Boolean attachSignedDocument)
-
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 NotificationSettings
-
fromJson
public static NotificationSettings fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of NotificationSettings to an JSON string- Returns:
- JSON string
-
-