Class W4FormMinimalRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               comments="Generator version: 7.7.0")
    public class W4FormMinimalRequest
    extends Object
    W4FormMinimalRequest
    • Constructor Detail

      • W4FormMinimalRequest

        public W4FormMinimalRequest()
    • Method Detail

      • getEmail

        @Nonnull
        public String getEmail()
        The email address of the individual associated with the form.
        Returns:
        email
      • setEmail

        public void setEmail​(String email)
      • getEmployeeFirstName

        @Nonnull
        public String getEmployeeFirstName()
        The first name of the employee.
        Returns:
        employeeFirstName
      • setEmployeeFirstName

        public void setEmployeeFirstName​(String employeeFirstName)
      • getEmployeeLastName

        @Nonnull
        public String getEmployeeLastName()
        The last name of the employee.
        Returns:
        employeeLastName
      • setEmployeeLastName

        public void setEmployeeLastName​(String employeeLastName)
      • getOfficeCode

        @Nullable
        public String getOfficeCode()
        The office code associated with the form.
        Returns:
        officeCode
      • setOfficeCode

        public void setOfficeCode​(String officeCode)
      • getCompanyId

        @Nonnull
        public String getCompanyId()
        The ID of the associated company.
        Returns:
        companyId
      • setCompanyId

        public void setCompanyId​(String companyId)
      • getReferenceId

        @Nullable
        public String getReferenceId()
        A reference identifier for the form.
        Returns:
        referenceId
      • setReferenceId

        public void setReferenceId​(String referenceId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • 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 W4FormMinimalRequest
      • fromJson

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

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