Class EmbeddedSendCreated
java.lang.Object
com.boldsign.model.EmbeddedSendCreated
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class EmbeddedSendCreated
extends Object
EmbeddedSendCreated
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondocumentId(String documentId) booleanstatic EmbeddedSendCreatedCreate an instance of EmbeddedSendCreated given an JSON stringGet documentIdGet sendUrlinthashCode()voidsetDocumentId(String documentId) voidsetSendUrl(URI sendUrl) toJson()Convert an instance of EmbeddedSendCreated 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_DOCUMENT_ID
- See Also:
-
SERIALIZED_NAME_SEND_URL
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
EmbeddedSendCreated
public EmbeddedSendCreated()
-
-
Method Details
-
documentId
-
getDocumentId
-
setDocumentId
-
sendUrl
-
getSendUrl
-
setSendUrl
-
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 EmbeddedSendCreated
-
fromJson
Create an instance of EmbeddedSendCreated given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of EmbeddedSendCreated
- Throws:
IOException- if the JSON string is invalid with respect to EmbeddedSendCreated
-
toJson
Convert an instance of EmbeddedSendCreated to an JSON string- Returns:
- JSON string
-