| Package | Description |
|---|---|
| engineer.nightowl.sonos.api.domain | |
| engineer.nightowl.sonos.api.enums |
| Modifier and Type | Method and Description |
|---|---|
List<SonosCapability> |
SonosPlayer.getCapabilities()
Getter for the field
capabilities. |
| Modifier and Type | Method and Description |
|---|---|
void |
SonosPlayer.setCapabilities(List<SonosCapability> capabilities)
Setter for the field
capabilities. |
| Constructor and Description |
|---|
SonosPlayer(String apiVersion,
List<String> deviceIds,
String icon,
String id,
String minApiVersion,
String name,
URI restUrl,
String softwareVersion,
URI websocketUrl,
List<SonosCapability> capabilities)
Constructor for SonosPlayer.
|
| Modifier and Type | Method and Description |
|---|---|
static SonosCapability |
SonosCapability.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosCapability[] |
SonosCapability.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.