Class VerificationDataRequest

java.lang.Object
com.boldsign.model.VerificationDataRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class VerificationDataRequest extends Object
VerificationDataRequest
  • Field Details

  • Constructor Details

    • VerificationDataRequest

      public VerificationDataRequest()
  • Method Details

    • emailId

      public VerificationDataRequest emailId(String emailId)
    • getEmailId

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

      public void setEmailId(String emailId)
    • countryCode

      public VerificationDataRequest countryCode(String countryCode)
    • getCountryCode

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

      public void setCountryCode(String countryCode)
    • phoneNumber

      public VerificationDataRequest phoneNumber(String phoneNumber)
    • getPhoneNumber

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

      public void setPhoneNumber(String phoneNumber)
    • order

      public VerificationDataRequest order(Integer order)
    • getOrder

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

      public void setOrder(Integer order)
    • onBehalfOf

      public VerificationDataRequest 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 VerificationDataRequest
    • fromJson

      public static VerificationDataRequest fromJson(String jsonString) throws IOException
      Create an instance of VerificationDataRequest given an JSON string
      Parameters:
      jsonString - JSON string
      Returns:
      An instance of VerificationDataRequest
      Throws:
      IOException - if the JSON string is invalid with respect to VerificationDataRequest
    • toJson

      public String toJson()
      Convert an instance of VerificationDataRequest to an JSON string
      Returns:
      JSON string