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