Package com.boldsign.model
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 Classes Modifier and Type Class Description static classRecipientNotificationSettings.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_COMPLETEDstatic StringSERIALIZED_NAME_DECLINEDstatic StringSERIALIZED_NAME_DELETEDstatic StringSERIALIZED_NAME_EDIT_DOCUMENTstatic StringSERIALIZED_NAME_EDIT_RECIPIENTstatic StringSERIALIZED_NAME_EXPIREDstatic StringSERIALIZED_NAME_REASSIGNEDstatic StringSERIALIZED_NAME_REMINDERSstatic StringSERIALIZED_NAME_REVOKEDstatic StringSERIALIZED_NAME_SIGNATURE_REQUESTstatic StringSERIALIZED_NAME_SIGNEDstatic StringSERIALIZED_NAME_VIEWED
-
Constructor Summary
Constructors Constructor Description RecipientNotificationSettings()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_SIGNATURE_REQUEST
public static final String SERIALIZED_NAME_SIGNATURE_REQUEST
- 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_SIGNED
public static final String SERIALIZED_NAME_SIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED
public static final String SERIALIZED_NAME_COMPLETED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXPIRED
public static final String SERIALIZED_NAME_EXPIRED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REASSIGNED
public static final String SERIALIZED_NAME_REASSIGNED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_DELETED
public static final String SERIALIZED_NAME_DELETED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REMINDERS
public static final String SERIALIZED_NAME_REMINDERS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EDIT_RECIPIENT
public static final String SERIALIZED_NAME_EDIT_RECIPIENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EDIT_DOCUMENT
public static final String SERIALIZED_NAME_EDIT_DOCUMENT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VIEWED
public static final String SERIALIZED_NAME_VIEWED
- See Also:
- Constant Field Values
-
-
Method Detail
-
signatureRequest
public RecipientNotificationSettings signatureRequest(Boolean signatureRequest)
-
getSignatureRequest
@Nullable public Boolean getSignatureRequest()
Get signatureRequest- Returns:
- signatureRequest
-
setSignatureRequest
public void setSignatureRequest(Boolean signatureRequest)
-
declined
public RecipientNotificationSettings declined(Boolean declined)
-
setDeclined
public void setDeclined(Boolean declined)
-
revoked
public RecipientNotificationSettings revoked(Boolean revoked)
-
setRevoked
public void setRevoked(Boolean revoked)
-
signed
public RecipientNotificationSettings signed(Boolean signed)
-
setSigned
public void setSigned(Boolean signed)
-
completed
public RecipientNotificationSettings completed(Boolean completed)
-
setCompleted
public void setCompleted(Boolean completed)
-
expired
public RecipientNotificationSettings expired(Boolean expired)
-
setExpired
public void setExpired(Boolean expired)
-
reassigned
public RecipientNotificationSettings reassigned(Boolean reassigned)
-
setReassigned
public void setReassigned(Boolean reassigned)
-
deleted
public RecipientNotificationSettings deleted(Boolean deleted)
-
setDeleted
public void setDeleted(Boolean deleted)
-
reminders
public RecipientNotificationSettings reminders(Boolean reminders)
-
setReminders
public void setReminders(Boolean reminders)
-
editRecipient
public RecipientNotificationSettings editRecipient(Boolean editRecipient)
-
getEditRecipient
@Nullable public Boolean getEditRecipient()
Get editRecipient- Returns:
- editRecipient
-
setEditRecipient
public void setEditRecipient(Boolean editRecipient)
-
editDocument
public RecipientNotificationSettings editDocument(Boolean editDocument)
-
setEditDocument
public void setEditDocument(Boolean editDocument)
-
viewed
public RecipientNotificationSettings viewed(Boolean viewed)
-
setViewed
public void setViewed(Boolean viewed)
-
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 RecipientNotificationSettings
-
fromJson
public static RecipientNotificationSettings fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of RecipientNotificationSettings to an JSON string- Returns:
- JSON string
-
-