public class SonosApiConfiguration extends Object
SonosApiClient
Loads defaults on construction.
| Constructor and Description |
|---|
SonosApiConfiguration()
Constructor for SonosApiConfiguration.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiKey()
Getter for the field
apiKey. |
String |
getApplicationId()
Getter for the field
applicationId. |
String |
getAuthBaseUrl()
Getter for the field
authBaseUrl. |
org.apache.http.Header |
getAuthorizationHeader()
getAuthorizationHeader.
|
String |
getControlBaseUrl()
Getter for the field
controlBaseUrl. |
void |
setApiKey(String apiKey)
Setter for the field
apiKey. |
void |
setApiSecret(String apiSecret)
Setter for the field
apiSecret. |
void |
setApplicationId(String applicationId)
Setter for the field
applicationId. |
public SonosApiConfiguration()
Constructor for SonosApiConfiguration.
public String getApplicationId()
Getter for the field applicationId.
String object.public void setApplicationId(String applicationId)
Setter for the field applicationId.
applicationId - a String object.public void setApiKey(String apiKey)
Setter for the field apiKey.
apiKey - a String object.public void setApiSecret(String apiSecret)
Setter for the field apiSecret.
apiSecret - a String object.public String getAuthBaseUrl()
Getter for the field authBaseUrl.
String object.public String getControlBaseUrl()
Getter for the field controlBaseUrl.
String object.public org.apache.http.Header getAuthorizationHeader()
getAuthorizationHeader.
Header object.Copyright © 2018. All rights reserved.