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