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