Package com.opentok

Class SignalProperties.Builder

java.lang.Object
com.opentok.SignalProperties.Builder
Enclosing class:
SignalProperties

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

    • Builder

      public Builder()
  • Method Details

    • type

      public SignalProperties.Builder type(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(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.