Class ShippingAddress.ShippingAddressBuilder

  • Enclosing class:
    ShippingAddress

    public static class ShippingAddress.ShippingAddressBuilder
    extends Object
    • Method Detail

      • addressLine1

        public ShippingAddress.ShippingAddressBuilder addressLine1​(String addressLine1)
        Primary address information, typically street name and building number.
        Parameters:
        addressLine1 - Primary address information, typically street name and building number.
        Returns:
        this.
      • addressLine2

        public ShippingAddress.ShippingAddressBuilder addressLine2​(String addressLine2)
        Secondary address information, like apartment, suite, or unit number.
        Parameters:
        addressLine2 - Secondary address information, like apartment number or suite number.
        Returns:
        this.
      • addressLine3

        public ShippingAddress.ShippingAddressBuilder addressLine3​(String addressLine3)
        Tertiary address information, typically for international addresses.
        Parameters:
        addressLine3 - Tertiary address information, typically for international addresses.
        Returns:
        this.
      • stateProvinceRegion

        public ShippingAddress.ShippingAddressBuilder stateProvinceRegion​(String stateProvinceRegion)
        The state, province or region of this address.
        Parameters:
        stateProvinceRegion - The state, province or region of this address.
        Returns:
        this.