Package com.boldsign.model
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 Modifier and Type Class Description static classDownloadImageRequest.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_COUNTRY_CODEstatic StringSERIALIZED_NAME_EMAIL_IDstatic StringSERIALIZED_NAME_FILE_IDstatic StringSERIALIZED_NAME_ON_BEHALF_OFstatic StringSERIALIZED_NAME_ORDERstatic StringSERIALIZED_NAME_PHONE_NUMBER
-
Constructor Summary
Constructors Constructor Description DownloadImageRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description DownloadImageRequestcountryCode(String countryCode)Map<String,Object>createFormData()DownloadImageRequestemailId(String emailId)booleanequals(Object o)DownloadImageRequestfileId(String fileId)static DownloadImageRequestfromJson(String jsonString)Create an instance of DownloadImageRequest given an JSON stringStringgetCountryCode()Get countryCodeStringgetEmailId()Get emailIdStringgetFileId()Get fileIdStringgetOnBehalfOf()Get onBehalfOfIntegergetOrder()Get orderStringgetPhoneNumber()Get phoneNumberinthashCode()DownloadImageRequestonBehalfOf(String onBehalfOf)DownloadImageRequestorder(Integer order)DownloadImageRequestphoneNumber(String phoneNumber)voidsetCountryCode(String countryCode)voidsetEmailId(String emailId)voidsetFileId(String fileId)voidsetOnBehalfOf(String onBehalfOf)voidsetOrder(Integer order)voidsetPhoneNumber(String phoneNumber)StringtoJson()Convert an instance of DownloadImageRequest to an JSON stringStringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)Validates the JSON Element and throws an exception if issues found
-
-
-
Field Detail
-
SERIALIZED_NAME_EMAIL_ID
public static final String SERIALIZED_NAME_EMAIL_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COUNTRY_CODE
public static final String SERIALIZED_NAME_COUNTRY_CODE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_PHONE_NUMBER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ORDER
public static final String SERIALIZED_NAME_ORDER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FILE_ID
public static final String SERIALIZED_NAME_FILE_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ON_BEHALF_OF
public static final String SERIALIZED_NAME_ON_BEHALF_OF
- See Also:
- Constant Field Values
-
-
Method Detail
-
emailId
public DownloadImageRequest emailId(String emailId)
-
setEmailId
public void setEmailId(String emailId)
-
countryCode
public DownloadImageRequest countryCode(String countryCode)
-
setCountryCode
public void setCountryCode(String countryCode)
-
phoneNumber
public DownloadImageRequest phoneNumber(String phoneNumber)
-
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
-
order
public DownloadImageRequest order(Integer order)
-
setOrder
public void setOrder(Integer order)
-
fileId
public DownloadImageRequest fileId(String fileId)
-
setFileId
public void setFileId(String fileId)
-
onBehalfOf
public DownloadImageRequest onBehalfOf(String onBehalfOf)
-
setOnBehalfOf
public void setOnBehalfOf(String onBehalfOf)
-
createFormData
public Map<String,Object> createFormData() throws ApiException
- Throws:
ApiException
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates 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
public static DownloadImageRequest fromJson(String jsonString) throws IOException
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
public String toJson()
Convert an instance of DownloadImageRequest to an JSON string- Returns:
- JSON string
-
-