Class RemoveAuthentication

java.lang.Object
com.boldsign.model.RemoveAuthentication

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

  • Constructor Details

    • RemoveAuthentication

      public RemoveAuthentication()
  • Method Details

    • emailId

      public RemoveAuthentication emailId(String emailId)
    • getEmailId

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

      public void setEmailId(String emailId)
    • zOrder

      public RemoveAuthentication zOrder(Integer zOrder)
    • getzOrder

      @Nullable public Integer getzOrder()
      Get zOrder
      Returns:
      zOrder
    • setzOrder

      public void setzOrder(Integer zOrder)
    • phoneNumber

      public RemoveAuthentication phoneNumber(PhoneNumber phoneNumber)
    • getPhoneNumber

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

      public void setPhoneNumber(PhoneNumber phoneNumber)
    • onBehalfOf

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

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

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