Class EmbeddedFileLink
java.lang.Object
com.boldsign.model.EmbeddedFileLink
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class EmbeddedFileLink
extends Object
EmbeddedFileLink
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic EmbeddedFileLinkCreate an instance of EmbeddedFileLink given an JSON stringgetUrl()Get urlinthashCode()voidtoJson()Convert an instance of EmbeddedFileLink 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_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
EmbeddedFileLink
public EmbeddedFileLink()
-
-
Method Details
-
url
-
getUrl
-
setUrl
-
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 EmbeddedFileLink
-
fromJson
Create an instance of EmbeddedFileLink given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EmbeddedFileLink
- Throws:
IOException- if the JSON string is invalid with respect to EmbeddedFileLink
-
toJson
Convert an instance of EmbeddedFileLink to an JSON string- Returns:
- JSON string
-