Modifier and Type | Field and Description |
---|---|
static DbxHost |
DEFAULT
The standard Dropbox hosts: "api.dropbox.com", "api-content.dropbox.com",
and "www.dropbox.com"
|
static JsonReader<DbxHost> |
Reader |
static JsonWriter<DbxHost> |
Writer |
Constructor and Description |
---|
DbxHost(String api,
String content,
String web,
String notify) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getApi()
Returns the host name of the main Dropbox API server.
|
String |
getContent()
Returns the host name of the Dropbox API content server.
|
String |
getNotify()
Returns the host name of the Dropbox notification server.
|
String |
getWeb()
Returns the host name of the Dropbox web server.
|
int |
hashCode() |
public static final DbxHost DEFAULT
public static final JsonReader<DbxHost> Reader
public static final JsonWriter<DbxHost> Writer
public String getApi()
"api.dropbox.com"
.public String getContent()
"api-content.dropbox.com"
.public String getWeb()
"www.dropbox.com"
.public String getNotify()
"api-notify.dropbox.com"
.