Class TemplateTag
java.lang.Object
com.boldsign.model.TemplateTag
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TemplateTag
extends Object
TemplateTag
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDocumentLabelsItem(String documentLabelsItem) addTemplateLabelsItem(String templateLabelsItem) documentLabels(List<String> documentLabels) booleanstatic TemplateTagCreate an instance of TemplateTag given an JSON stringGet documentLabelsGet onBehalfOfGet templateIdGet templateLabelsinthashCode()onBehalfOf(String onBehalfOf) voidsetDocumentLabels(List<String> documentLabels) voidsetOnBehalfOf(String onBehalfOf) voidsetTemplateId(String templateId) voidsetTemplateLabels(List<String> templateLabels) templateId(String templateId) templateLabels(List<String> templateLabels) toJson()Convert an instance of TemplateTag 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_TEMPLATE_ID
- See Also:
-
SERIALIZED_NAME_DOCUMENT_LABELS
- See Also:
-
SERIALIZED_NAME_TEMPLATE_LABELS
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TemplateTag
public TemplateTag()
-
-
Method Details
-
templateId
-
getTemplateId
-
setTemplateId
-
documentLabels
-
addDocumentLabelsItem
-
getDocumentLabels
-
setDocumentLabels
-
templateLabels
-
addTemplateLabelsItem
-
getTemplateLabels
-
setTemplateLabels
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
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 TemplateTag
-
fromJson
Create an instance of TemplateTag given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TemplateTag
- Throws:
IOException- if the JSON string is invalid with respect to TemplateTag
-
toJson
-