Class DownloadImageRequest
java.lang.Object
com.boldsign.model.DownloadImageRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class DownloadImageRequest
extends Object
DownloadImageRequest
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryCode(String countryCode) booleanstatic DownloadImageRequestCreate an instance of DownloadImageRequest given an JSON stringGet countryCodeGet emailIdGet fileIdGet onBehalfOfgetOrder()Get orderGet phoneNumberinthashCode()onBehalfOf(String onBehalfOf) phoneNumber(String phoneNumber) voidsetCountryCode(String countryCode) voidsetEmailId(String emailId) voidvoidsetOnBehalfOf(String onBehalfOf) voidvoidsetPhoneNumber(String phoneNumber) toJson()Convert an instance of DownloadImageRequest 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_EMAIL_ID
- See Also:
-
SERIALIZED_NAME_COUNTRY_CODE
- See Also:
-
SERIALIZED_NAME_PHONE_NUMBER
- See Also:
-
SERIALIZED_NAME_ORDER
- See Also:
-
SERIALIZED_NAME_FILE_ID
- See Also:
-
SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
DownloadImageRequest
public DownloadImageRequest()
-
-
Method Details
-
emailId
-
getEmailId
-
setEmailId
-
countryCode
-
getCountryCode
-
setCountryCode
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
order
-
getOrder
-
setOrder
-
fileId
-
getFileId
-
setFileId
-
onBehalfOf
-
getOnBehalfOf
-
setOnBehalfOf
-
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 DownloadImageRequest
-
fromJson
Create an instance of DownloadImageRequest given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of DownloadImageRequest
- Throws:
IOException- if the JSON string is invalid with respect to DownloadImageRequest
-
toJson
Convert an instance of DownloadImageRequest to an JSON string- Returns:
- JSON string
-