CoWatchingQueue

@Immutable
@AutoValue
@PublicApi
public abstract class CoWatchingQueue



इसमें क्लाइंट सूची का डेटा और/या सर्वर सूची का मेटाडेटा होता है.

खास जानकारी

नेस्ट किए गए प्रकार

CoWatchingQueue के लिए बिल्डर.

लगातार

static final CoWatchingQueue

सार्वजनिक तरीके

static CoWatchingQueue.Builder
abstract @Nullable ClientQueue

ClientQueue का डेटा दिखाता है.

abstract @Nullable ServerQueueParams

ServerQueueParams मेटाडेटा दिखाता है.

लगातार

खाली है

public static final CoWatchingQueue EMPTY

सार्वजनिक तरीके

बिल्डर

public static CoWatchingQueue.Builder builder()

clientQueue

public abstract @Nullable ClientQueue clientQueue()

ClientQueue का डेटा दिखाता है.

serverQueueParams

public abstract @Nullable ServerQueueParams serverQueueParams()

ServerQueueParams मेटाडेटा दिखाता है.