public class SonosCloudQueueRequest extends Object
SonosCloudQueueRequest class.
| Constructor and Description |
|---|
SonosCloudQueueRequest()
Constructor for SonosCloudQueueRequest.
|
SonosCloudQueueRequest(String httpAuthorization,
String itemId,
Boolean playOnCompletion,
Integer positionMillis,
URI queueBaseUrl,
String queueVersion,
engineer.nightowl.sonos.api.domain.SonosTrack trackMetadata,
Boolean useHttpAuthorizationForMedia)
Constructor for SonosCloudQueueRequest.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHttpAuthorization()
Getter for the field
httpAuthorization. |
String |
getItemId()
Getter for the field
itemId. |
Boolean |
getPlayOnCompletion()
Getter for the field
playOnCompletion. |
Integer |
getPositionMillis()
Getter for the field
positionMillis. |
URI |
getQueueBaseUrl()
Getter for the field
queueBaseUrl. |
String |
getQueueVersion()
Getter for the field
queueVersion. |
engineer.nightowl.sonos.api.domain.SonosTrack |
getTrackMetadata()
Getter for the field
trackMetadata. |
Boolean |
getUseHttpAuthorizationForMedia()
Getter for the field
useHttpAuthorizationForMedia. |
void |
setHttpAuthorization(String httpAuthorization)
Setter for the field
httpAuthorization. |
void |
setItemId(String itemId)
Setter for the field
itemId. |
void |
setPlayOnCompletion(Boolean playOnCompletion)
Setter for the field
playOnCompletion. |
void |
setPositionMillis(Integer positionMillis)
Setter for the field
positionMillis. |
void |
setQueueBaseUrl(URI queueBaseUrl)
Setter for the field
queueBaseUrl. |
void |
setQueueVersion(String queueVersion)
Setter for the field
queueVersion. |
void |
setTrackMetadata(engineer.nightowl.sonos.api.domain.SonosTrack trackMetadata)
Setter for the field
trackMetadata. |
void |
setUseHttpAuthorizationForMedia(Boolean useHttpAuthorizationForMedia)
Setter for the field
useHttpAuthorizationForMedia. |
String |
toString() |
public SonosCloudQueueRequest()
Constructor for SonosCloudQueueRequest.
public SonosCloudQueueRequest(String httpAuthorization, String itemId, Boolean playOnCompletion, Integer positionMillis, URI queueBaseUrl, String queueVersion, engineer.nightowl.sonos.api.domain.SonosTrack trackMetadata, Boolean useHttpAuthorizationForMedia)
Constructor for SonosCloudQueueRequest.
public String getHttpAuthorization()
Getter for the field httpAuthorization.
String object.public void setHttpAuthorization(String httpAuthorization)
Setter for the field httpAuthorization.
httpAuthorization - a String object.public void setItemId(String itemId)
Setter for the field itemId.
itemId - a String object.public Boolean getPlayOnCompletion()
Getter for the field playOnCompletion.
Boolean object.public void setPlayOnCompletion(Boolean playOnCompletion)
Setter for the field playOnCompletion.
playOnCompletion - a Boolean object.public Integer getPositionMillis()
Getter for the field positionMillis.
Integer object.public void setPositionMillis(Integer positionMillis)
Setter for the field positionMillis.
positionMillis - a Integer object.public URI getQueueBaseUrl()
Getter for the field queueBaseUrl.
URI object.public void setQueueBaseUrl(URI queueBaseUrl)
Setter for the field queueBaseUrl.
queueBaseUrl - a URI object.public String getQueueVersion()
Getter for the field queueVersion.
String object.public void setQueueVersion(String queueVersion)
Setter for the field queueVersion.
queueVersion - a String object.public engineer.nightowl.sonos.api.domain.SonosTrack getTrackMetadata()
Getter for the field trackMetadata.
SonosTrack object.public void setTrackMetadata(engineer.nightowl.sonos.api.domain.SonosTrack trackMetadata)
Setter for the field trackMetadata.
trackMetadata - a SonosTrack object.public Boolean getUseHttpAuthorizationForMedia()
Getter for the field useHttpAuthorizationForMedia.
Boolean object.public void setUseHttpAuthorizationForMedia(Boolean useHttpAuthorizationForMedia)
Setter for the field useHttpAuthorizationForMedia.
useHttpAuthorizationForMedia - a Boolean object.Copyright © 2018. All rights reserved.