ClientQueueEntry

@Immutable
@PublicApi
@AutoValue
public abstract class ClientQueueEntry



Contains a single queue entry.

Summary

Nested types

Builder for a ClientQueueEntry.

Public methods

static ClientQueueEntry.Builder
abstract String

Returns the entry ID.

abstract String

Returns the media ID.

Public methods

builder

public static ClientQueueEntry.Builder builder()

entryId

public abstract String entryId()

Returns the entry ID. Typically used to allow applications to specify a unique identifier for an entry, more easily allowing duplicate media entries.

mediaId

public abstract String mediaId()

Returns the media ID. Typically used to indicate what media this entry corresponds to.