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: : - SignalProperties

Constructor Summary

Constructors

Constructor

Description

Builder()

Method Summary

All MethodsInstance MethodsConcrete Methods

Modifier and Type

Method

Description

SignalProperties

build()

Builds the SignalProperties object.

SignalProperties.Builder

data(String data)

Call this method to set data of the signal.

SignalProperties.Builder

type(String type)

Call this method to set a type of the signal.

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

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.