Package com.boldsign.model
Class DocumentGroupSignerWebhookModel
- java.lang.Object
-
- com.boldsign.model.DocumentGroupSignerWebhookModel
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class DocumentGroupSignerWebhookModel extends Object
DocumentGroupSignerWebhookModel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentGroupSignerWebhookModel.CustomTypeAdapterFactorystatic classDocumentGroupSignerWebhookModel.StatusEnumGets or Sets status
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_IS_AUTHENTICATION_FAILEDstatic StringSERIALIZED_NAME_IS_DELIVERY_FAILEDstatic StringSERIALIZED_NAME_IS_VIEWEDstatic StringSERIALIZED_NAME_SIGNER_EMAILstatic StringSERIALIZED_NAME_SIGNER_NAMEstatic StringSERIALIZED_NAME_STATUS
-
Constructor Summary
Constructors Constructor Description DocumentGroupSignerWebhookModel()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNER_EMAIL
public static final String SERIALIZED_NAME_SIGNER_EMAIL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SIGNER_NAME
public static final String SERIALIZED_NAME_SIGNER_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATUS
public static final String SERIALIZED_NAME_STATUS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_VIEWED
public static final String SERIALIZED_NAME_IS_VIEWED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_DELIVERY_FAILED
public static final String SERIALIZED_NAME_IS_DELIVERY_FAILED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_IS_AUTHENTICATION_FAILED
public static final String SERIALIZED_NAME_IS_AUTHENTICATION_FAILED
- See Also:
- Constant Field Values
-
-
Method Detail
-
id
public DocumentGroupSignerWebhookModel id(String id)
-
setId
public void setId(String id)
-
signerEmail
public DocumentGroupSignerWebhookModel signerEmail(String signerEmail)
-
setSignerEmail
public void setSignerEmail(String signerEmail)
-
signerName
public DocumentGroupSignerWebhookModel signerName(String signerName)
-
setSignerName
public void setSignerName(String signerName)
-
status
public DocumentGroupSignerWebhookModel status(DocumentGroupSignerWebhookModel.StatusEnum status)
-
getStatus
@Nullable public DocumentGroupSignerWebhookModel.StatusEnum getStatus()
Get status- Returns:
- status
-
setStatus
public void setStatus(DocumentGroupSignerWebhookModel.StatusEnum status)
-
isViewed
public DocumentGroupSignerWebhookModel isViewed(Boolean isViewed)
-
setIsViewed
public void setIsViewed(Boolean isViewed)
-
isDeliveryFailed
public DocumentGroupSignerWebhookModel isDeliveryFailed(Boolean isDeliveryFailed)
-
getIsDeliveryFailed
@Nullable public Boolean getIsDeliveryFailed()
Get isDeliveryFailed- Returns:
- isDeliveryFailed
-
setIsDeliveryFailed
public void setIsDeliveryFailed(Boolean isDeliveryFailed)
-
isAuthenticationFailed
public DocumentGroupSignerWebhookModel isAuthenticationFailed(Boolean isAuthenticationFailed)
-
getIsAuthenticationFailed
@Nullable public Boolean getIsAuthenticationFailed()
Get isAuthenticationFailed- Returns:
- isAuthenticationFailed
-
setIsAuthenticationFailed
public void setIsAuthenticationFailed(Boolean isAuthenticationFailed)
-
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 DocumentGroupSignerWebhookModel
-
fromJson
public static DocumentGroupSignerWebhookModel fromJson(String jsonString) throws IOException
Create an instance of DocumentGroupSignerWebhookModel given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentGroupSignerWebhookModel
- Throws:
IOException- if the JSON string is invalid with respect to DocumentGroupSignerWebhookModel
-
toJson
public String toJson()
Convert an instance of DocumentGroupSignerWebhookModel to an JSON string- Returns:
- JSON string
-
-