public final class DbxHost extends Object implements Serializable
Default
.Modifier and Type | Field and Description |
---|---|
String |
api
The host name of the main Dropbox API server.
|
String |
content
The host name of the Dropbox API content server.
|
static DbxHost |
Default
The standard Dropbox hosts: "api.dropbox.com", "api-content.dropbox.com",
and "www.dropbox.com"
|
static JsonReader<DbxHost> |
Reader |
static long |
serialVersionUID |
String |
web
The host name of the Dropbox web server.
|
static JsonWriter<DbxHost> |
Writer |
public static final long serialVersionUID
public static final DbxHost Default
public final String api
public final String content
public final String web
public static final JsonReader<DbxHost> Reader
public static final JsonWriter<DbxHost> Writer
Copyright © 2014. All rights reserved.