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
  • Field Details

  • Constructor Details

    • DownloadImageRequest

      public DownloadImageRequest()
  • Method Details

    • emailId

      public DownloadImageRequest emailId(String emailId)
    • getEmailId

      @Nullable public String getEmailId()
      Get emailId
      Returns:
      emailId
    • setEmailId

      public void setEmailId(String emailId)
    • countryCode

      public DownloadImageRequest countryCode(String countryCode)
    • getCountryCode

      @Nullable public String getCountryCode()
      Get countryCode
      Returns:
      countryCode
    • setCountryCode

      public void setCountryCode(String countryCode)
    • phoneNumber

      public DownloadImageRequest phoneNumber(String phoneNumber)
    • getPhoneNumber

      @Nullable public String getPhoneNumber()
      Get phoneNumber
      Returns:
      phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
    • order

      public DownloadImageRequest order(Integer order)
    • getOrder

      @Nullable public Integer getOrder()
      Get order
      Returns:
      order
    • setOrder

      public void setOrder(Integer order)
    • fileId

      public DownloadImageRequest fileId(String fileId)
    • getFileId

      @Nullable public String getFileId()
      Get fileId
      Returns:
      fileId
    • setFileId

      public void setFileId(String fileId)
    • onBehalfOf

      public DownloadImageRequest onBehalfOf(String onBehalfOf)
    • getOnBehalfOf

      @Nullable public String getOnBehalfOf()
      Get onBehalfOf
      Returns:
      onBehalfOf
    • setOnBehalfOf

      public void setOnBehalfOf(String onBehalfOf)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • createFormData

      public Map<String,Object> createFormData() throws ApiException
      Throws:
      ApiException
    • validateJsonElement

      public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException
      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

      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