Interface ValidateE911AddressResponse.Builder

    • Method Detail

      • validationResult

        ValidateE911AddressResponse.Builder validationResult​(Integer validationResult)

        Number indicating the result of address validation.

        Each possible result is defined as follows:

        • 0 - Address validation succeeded.

        • 1 - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.

        • 2 - Address validation failed. You should re-submit the validation request with candidates from the CandidateAddressList result, if it's a close match.

        Parameters:
        validationResult - Number indicating the result of address validation.

        Each possible result is defined as follows:

        • 0 - Address validation succeeded.

        • 1 - Address validation succeeded. The address was a close enough match and has been corrected as part of the address object.

        • 2 - Address validation failed. You should re-submit the validation request with candidates from the CandidateAddressList result, if it's a close match.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • addressExternalId

        ValidateE911AddressResponse.Builder addressExternalId​(String addressExternalId)

        The ID that represents the address.

        Parameters:
        addressExternalId - The ID that represents the address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address

        ValidateE911AddressResponse.Builder address​(Address address)

        The validated address.

        Parameters:
        address - The validated address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • candidateAddressList

        ValidateE911AddressResponse.Builder candidateAddressList​(Collection<CandidateAddress> candidateAddressList)

        The list of address suggestions..

        Parameters:
        candidateAddressList - The list of address suggestions..
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • candidateAddressList

        ValidateE911AddressResponse.Builder candidateAddressList​(CandidateAddress... candidateAddressList)

        The list of address suggestions..

        Parameters:
        candidateAddressList - The list of address suggestions..
        Returns:
        Returns a reference to this object so that method calls can be chained together.