CoWatchingQueue.Builder

@AutoValue.Builder
abstract class CoWatchingQueue.Builder


Builder for a CoWatchingQueue.

Summary

Public constructors

Public functions

abstract CoWatchingQueue!

Builds a CoWatchingQueue.

abstract CoWatchingQueue.Builder!

Sets the clientQueue data on a builder.

abstract CoWatchingQueue.Builder!

Sets the serverQueueParams metadata on a builder.

Public constructors

Builder

Builder()

Public functions

build

abstract fun build(): CoWatchingQueue!

Builds a CoWatchingQueue.

setClientQueue

abstract fun setClientQueue(value: ClientQueue!): CoWatchingQueue.Builder!

Sets the clientQueue data on a builder.

setServerQueueParams

abstract fun setServerQueueParams(serverQueueParams: ServerQueueParams!): CoWatchingQueue.Builder!

Sets the serverQueueParams metadata on a builder.