public class BroadcasterAvailablePlaylists extends Resource<List<String>>
| Modifier and Type | Field and Description |
|---|---|
static String |
RESOURCE_ID |
| Constructor and Description |
|---|
BroadcasterAvailablePlaylists()
creates a new Resource.
|
BroadcasterAvailablePlaylists(Identification provider)
creates a new Resource.
|
BroadcasterAvailablePlaylists(Identification provider,
Identification consumer)
creates a new Resource.
|
BroadcasterAvailablePlaylists(Identification provider,
List<String> strings)
creates a new Resource.
|
BroadcasterAvailablePlaylists(Identification provider,
List<String> strings,
Identification consumer)
creates a new Resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<List<String>> |
getPlaylists(ResourceModel resourceModel) |
getConsumer, getID, getProvider, getResource, getResourceID, hasProvider, setConsumer, setProvider, setResource, toList, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisOwnerpublic static final String RESOURCE_ID
public BroadcasterAvailablePlaylists()
public BroadcasterAvailablePlaylists(Identification provider)
provider - the Provider of the Resourcepublic BroadcasterAvailablePlaylists(Identification provider, List<String> strings)
provider - the Provider of the Resourcestrings - the resource (will get copied)public BroadcasterAvailablePlaylists(Identification provider, Identification consumer)
provider - the Provider of the Resourceconsumer - the ID of the Consumerpublic BroadcasterAvailablePlaylists(Identification provider, List<String> strings, Identification consumer)
provider - the Provider of the Resourcestrings - the resource (will get copied)consumer - the ID of the Consumerpublic static Optional<List<String>> getPlaylists(ResourceModel resourceModel)
Copyright © 2016. All rights reserved.