Class DocumentCreated
java.lang.Object
com.boldsign.model.DocumentCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DocumentCreated
extends Object
DocumentCreated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) booleanstatic DocumentCreatedCreate an instance of DocumentCreated given an JSON stringGet documentIdinthashCode()voidsetDocumentId(String documentId) toJson()Convert an instance of DocumentCreated 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_DOCUMENT_ID
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DocumentCreated
public DocumentCreated()
-
-
Method Details
-
documentId
-
getDocumentId
-
setDocumentId
-
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 DocumentCreated
-
fromJson
Create an instance of DocumentCreated given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DocumentCreated
- Throws:
IOException- if the JSON string is invalid with respect to DocumentCreated
-
toJson
Convert an instance of DocumentCreated to an JSON string- Returns:
- JSON string
-