public class Settings extends Object
BynderService.| Constructor and Description |
|---|
Settings(URL baseUrl,
String consumerKey,
String consumerSecret) |
Settings(URL baseUrl,
String consumerKey,
String consumerSecret,
String token,
String tokenSecret) |
Settings(URL baseUrl,
String consumerKey,
String consumerSecret,
String token,
String tokenSecret,
HttpConnectionSettings httpConnectionSettings) |
| Modifier and Type | Method and Description |
|---|---|
URL |
getBaseUrl() |
String |
getConsumerKey() |
String |
getConsumerSecret() |
HttpConnectionSettings |
getHttpConnectionSettings() |
String |
getToken() |
String |
getTokenSecret() |
public Settings(URL baseUrl, String consumerKey, String consumerSecret, String token, String tokenSecret)
public Settings(URL baseUrl, String consumerKey, String consumerSecret, String token, String tokenSecret, HttpConnectionSettings httpConnectionSettings)
public URL getBaseUrl()
public String getConsumerKey()
public String getConsumerSecret()
public String getToken()
public String getTokenSecret()
public HttpConnectionSettings getHttpConnectionSettings()
Copyright © 2018. All rights reserved.