| Package | Description |
|---|---|
| engineer.nightowl.sonos.api.domain | |
| engineer.nightowl.sonos.api.enums |
| Modifier and Type | Method and Description |
|---|---|
List<SonosTag> |
SonosMusicContainer.getTags()
Getter for the field
tags. |
| Modifier and Type | Method and Description |
|---|---|
void |
SonosMusicContainer.setTags(List<SonosTag> tags)
Setter for the field
tags. |
| Constructor and Description |
|---|
SonosMusicContainer(String name,
SonosMusicSource type,
SonosMusicObjectId id,
SonosService service,
URI imageUrl,
List<SonosTag> tags)
Constructor for SonosMusicContainer.
|
| Modifier and Type | Method and Description |
|---|---|
static SonosTag |
SonosTag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosTag[] |
SonosTag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.