Package | Description |
---|---|
com.dropbox.core |
Modifier and Type | Field and Description |
---|---|
static DbxHost |
DbxHost.Default
The standard Dropbox hosts: "api.dropbox.com", "api-content.dropbox.com",
and "www.dropbox.com"
|
DbxHost |
DbxAuthInfo.host |
DbxHost |
DbxAppInfo.host
This is almost always
Default . |
Modifier and Type | Field and Description |
---|---|
static JsonReader<DbxHost> |
DbxHost.Reader |
static JsonWriter<DbxHost> |
DbxHost.Writer |
Modifier and Type | Method and Description |
---|---|
boolean |
DbxHost.equals(DbxHost o) |
Constructor and Description |
---|
DbxAppInfo(String key,
String secret,
DbxHost host) |
DbxAuthInfo(String accessToken,
DbxHost host) |
DbxClient(DbxRequestConfig requestConfig,
String accessToken,
DbxHost host)
The same as
DbxClient.DbxClient(DbxRequestConfig, String) except you can also set the
hostnames of the Dropbox API servers. |
Copyright © 2014. All rights reserved.