Interface CandidateAddress.Builder

  • Method Details

    • streetInfo

      CandidateAddress.Builder streetInfo(String streetInfo)

      The street information of the candidate address.

      Parameters:
      streetInfo - The street information of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streetNumber

      CandidateAddress.Builder streetNumber(String streetNumber)

      The numeric portion of the candidate address.

      Parameters:
      streetNumber - The numeric portion of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • city

      The city of the candidate address.

      Parameters:
      city - The city of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • state

      The state of the candidate address.

      Parameters:
      state - The state of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • postalCode

      CandidateAddress.Builder postalCode(String postalCode)

      The postal code of the candidate address.

      Parameters:
      postalCode - The postal code of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • postalCodePlus4

      CandidateAddress.Builder postalCodePlus4(String postalCodePlus4)

      The zip + 4 or postal code +4 of the candidate address.

      Parameters:
      postalCodePlus4 - The zip + 4 or postal code +4 of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • country

      CandidateAddress.Builder country(String country)

      The country of the candidate address.

      Parameters:
      country - The country of the candidate address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.