ClientQueue

@Immutable
@PublicApi
@AutoValue
abstract class ClientQueue


מייצג תור של פריטי מדיה.

סיכום

סוגים מקוננים

בנאי של ClientQueue.

תפקידים ציבוריים

java-static ClientQueue.Builder!
abstract Int

מחזירה את האינדקס הנוכחי בתור.

abstract ImmutableList<ClientQueueEntry!>!

מחזירה את הרשימה של ClientQueueEntry בתור.

תפקידים ציבוריים

builder

java-static fun builder(): ClientQueue.Builder!

currentIndex

abstract fun currentIndex(): Int

מחזירה את האינדקס הנוכחי בתור.

רשומות

abstract fun entries(): ImmutableList<ClientQueueEntry!>!

מחזירה את הרשימה של ClientQueueEntry בתור.