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