Interface PostalCodeDetails.Builder

    • Method Detail

      • postalCode

        PostalCodeDetails.Builder postalCode​(String postalCode)

        An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should posses.

        Parameters:
        postalCode - An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should posses.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • postalAuthority

        PostalCodeDetails.Builder postalAuthority​(String postalAuthority)

        The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.

        Parameters:
        postalAuthority - The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PostalAuthority, PostalAuthority
      • postalAuthority

        PostalCodeDetails.Builder postalAuthority​(PostalAuthority postalAuthority)

        The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.

        Parameters:
        postalAuthority - The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PostalAuthority, PostalAuthority
      • uspsZip

        PostalCodeDetails.Builder uspsZip​(UspsZip uspsZip)

        The ZIP Classification Code, or in other words what type of postal code is it.

        Parameters:
        uspsZip - The ZIP Classification Code, or in other words what type of postal code is it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uspsZipPlus4

        PostalCodeDetails.Builder uspsZipPlus4​(UspsZipPlus4 uspsZipPlus4)

        The USPS ZIP+4 Record Type Code.

        Parameters:
        uspsZipPlus4 - The USPS ZIP+4 Record Type Code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.