Class TemplateCreated
java.lang.Object
com.boldsign.model.TemplateCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class TemplateCreated
extends Object
TemplateCreated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic TemplateCreatedCreate an instance of TemplateCreated given an JSON stringGet templateIdinthashCode()voidsetTemplateId(String templateId) templateId(String templateId) toJson()Convert an instance of TemplateCreated 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:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
TemplateCreated
public TemplateCreated()
-
-
Method Details
-
templateId
-
getTemplateId
-
setTemplateId
-
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 TemplateCreated
-
fromJson
Create an instance of TemplateCreated given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of TemplateCreated
- Throws:
IOException- if the JSON string is invalid with respect to TemplateCreated
-
toJson
Convert an instance of TemplateCreated to an JSON string- Returns:
- JSON string
-