Interface SavedAddress.Builder

  • Method Details

    • address

      SavedAddress.Builder address(String address)

      The email or domain that constitutes the address.

      Parameters:
      address - The email or domain that constitutes the address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdTimestamp

      SavedAddress.Builder createdTimestamp(Instant createdTimestamp)

      The timestamp of when the address was added to the address list.

      Parameters:
      createdTimestamp - The timestamp of when the address was added to the address list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.