Interface Reference.Builder

    • Method Detail

      • value

        Reference.Builder value​(String value)

        A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).

        Parameters:
        value - A valid value for the reference. For example, for a URL reference, a formatted URL that is displayed to an agent in the Contact Control Panel (CCP).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        Reference.Builder type​(String type)

        The type of the reference. DATE must be of type Epoch timestamp.

        Parameters:
        type - The type of the reference. DATE must be of type Epoch timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReferenceType, ReferenceType
      • type

        Reference.Builder type​(ReferenceType type)

        The type of the reference. DATE must be of type Epoch timestamp.

        Parameters:
        type - The type of the reference. DATE must be of type Epoch timestamp.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ReferenceType, ReferenceType