| Package | Description |
|---|---|
| engineer.nightowl.sonos.api.domain | |
| engineer.nightowl.sonos.api.enums |
| Modifier and Type | Method and Description |
|---|---|
SonosPlaybackState |
SonosPlaybackStatus.getPlaybackState()
Getter for the field
playbackState. |
| Modifier and Type | Method and Description |
|---|---|
void |
SonosPlaybackStatus.setPlaybackState(SonosPlaybackState playbackState)
Setter for the field
playbackState. |
| Constructor and Description |
|---|
SonosPlaybackStatus(SonosPlaybackPolicy availablePlaybackActions,
String itemId,
SonosPlaybackState playbackState,
SonosPlayMode playModes,
Integer positionMillis,
String previousItemId,
Integer previousPositionMillis,
String queueVersion)
Constructor for SonosPlaybackStatus.
|
| Modifier and Type | Method and Description |
|---|---|
static SonosPlaybackState |
SonosPlaybackState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SonosPlaybackState[] |
SonosPlaybackState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.