public class SonosPlayMode extends Object
SonosPlayMode class.
| Constructor and Description |
|---|
SonosPlayMode()
Constructor for SonosPlayMode.
|
SonosPlayMode(Boolean repeat,
Boolean repeatOne,
Boolean shuffle,
Boolean crossfade)
Constructor for SonosPlayMode.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getCrossfade()
Getter for the field
crossfade. |
Boolean |
getRepeat()
Getter for the field
repeat. |
Boolean |
getRepeatOne()
Getter for the field
repeatOne. |
Boolean |
getShuffle()
Getter for the field
shuffle. |
void |
setCrossfade(Boolean crossfade)
Setter for the field
crossfade. |
void |
setRepeat(Boolean repeat)
Setter for the field
repeat. |
void |
setRepeatOne(Boolean repeatOne)
Setter for the field
repeatOne. |
void |
setShuffle(Boolean shuffle)
Setter for the field
shuffle. |
String |
toString() |
public void setRepeat(Boolean repeat)
Setter for the field repeat.
repeat - a Boolean object.public Boolean getRepeatOne()
Getter for the field repeatOne.
Boolean object.public void setRepeatOne(Boolean repeatOne)
Setter for the field repeatOne.
repeatOne - a Boolean object.public void setShuffle(Boolean shuffle)
Setter for the field shuffle.
shuffle - a Boolean object.public Boolean getCrossfade()
Getter for the field crossfade.
Boolean object.public void setCrossfade(Boolean crossfade)
Setter for the field crossfade.
crossfade - a Boolean object.Copyright © 2018. All rights reserved.