Interface ValidateE911AddressResponse.Builder

    • Method Detail

      • validationResult

        ValidateE911AddressResponse.Builder validationResult​(Integer validationResult)

        Number indicating the result of address validation. 0 means the address was perfect as is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.

        Parameters:
        validationResult - Number indicating the result of address validation. 0 means the address was perfect as is and successfully validated. 1 means the address was corrected. 2 means the address sent was not close enough and was not validated.
        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.