Interface SenderIdAndCountry.Builder

    • Method Detail

      • senderId

        SenderIdAndCountry.Builder senderId​(String senderId)

        The unique identifier of the sender.

        Parameters:
        senderId - The unique identifier of the sender.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isoCountryCode

        SenderIdAndCountry.Builder isoCountryCode​(String isoCountryCode)

        The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.

        Parameters:
        isoCountryCode - The two-character code, in ISO 3166-1 alpha-2 format, for the country or region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.