Package com.opentok

Class SignalProperties.Builder

  • Enclosing class:
    SignalProperties

    public static class SignalProperties.Builder
    extends java.lang.Object
    Use this class to create a SignalProperties object.
    See Also:
    SignalProperties
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • type

        public SignalProperties.Builder type​(java.lang.String type)
        Call this method to set a type of the signal.
        Parameters:
        type - The type of the signal
        Returns:
        The SignalProperties.Builder object with the name setting.
      • data

        public SignalProperties.Builder data​(java.lang.String data)
        Call this method to set data of the signal.
        Parameters:
        data - The type of the signal
        Returns:
        The SignalProperties.Builder object with the data setting.
      • build

        public SignalProperties build()
        Builds the SignalProperties object.
        Returns:
        The ArchiveSignalPropertiesProperties object.