Interface SipAddress.Builder

    • Method Detail

      • uri

        SipAddress.Builder uri​(String uri)

        The URI for the SIP address.

        Parameters:
        uri - The URI for the SIP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        SipAddress.Builder type​(String type)

        The type of the SIP address.

        Parameters:
        type - The type of the SIP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SipType, SipType
      • type

        SipAddress.Builder type​(SipType type)

        The type of the SIP address.

        Parameters:
        type - The type of the SIP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        SipType, SipType