Interface UpdateAddress.Builder

    • Method Detail

      • address1

        UpdateAddress.Builder address1​(String address1)

        The first line of a customer address.

        Parameters:
        address1 - The first line of a customer address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address2

        UpdateAddress.Builder address2​(String address2)

        The second line of a customer address.

        Parameters:
        address2 - The second line of a customer address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address3

        UpdateAddress.Builder address3​(String address3)

        The third line of a customer address.

        Parameters:
        address3 - The third line of a customer address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • address4

        UpdateAddress.Builder address4​(String address4)

        The fourth line of a customer address.

        Parameters:
        address4 - The fourth line of a customer address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • city

        UpdateAddress.Builder city​(String city)

        The city in which a customer lives.

        Parameters:
        city - The city in which a customer lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • county

        UpdateAddress.Builder county​(String county)

        The county in which a customer lives.

        Parameters:
        county - The county in which a customer lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        UpdateAddress.Builder state​(String state)

        The state in which a customer lives.

        Parameters:
        state - The state in which a customer lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • province

        UpdateAddress.Builder province​(String province)

        The province in which a customer lives.

        Parameters:
        province - The province in which a customer lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • country

        UpdateAddress.Builder country​(String country)

        The country in which a customer lives.

        Parameters:
        country - The country in which a customer lives.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • postalCode

        UpdateAddress.Builder postalCode​(String postalCode)

        The postal code of a customer address.

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