Constant Field Values
Contents
com.dropbox.*
-
com.dropbox.core.DbxPKCEManager Modifier and Type Constant Field Value public static final java.lang.String
CODE_CHALLENGE_METHODS
"S256"
public static final int
CODE_VERIFIER_SIZE
128
-
com.dropbox.core.DbxWebAuth Modifier and Type Constant Field Value public static final java.lang.String
ROLE_PERSONAL
"personal"
public static final java.lang.String
ROLE_WORK
"work"
-
com.dropbox.core.NoThrowOutputStream.HiddenException Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.json.JsonReadException Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.oauth.DbxCredential Modifier and Type Constant Field Value public static final long
EXPIRE_MARGIN
300000L
-
com.dropbox.core.oauth.DbxOAuthError Modifier and Type Constant Field Value public static final java.lang.String
INVALID_GRANT
"invalid_grant"
public static final java.lang.String
INVALID_REQUEST
"invalid_request"
public static final java.lang.String
UNKNOWN
"unknown"
public static final java.lang.String
UNSUPPORTED_GRANT_TYPE
"unsupported_grant_type"
-
com.dropbox.core.stone.CompositeSerializer<T> Modifier and Type Constant Field Value protected static final java.lang.String
TAG_FIELD
".tag"
-
com.dropbox.core.util.IOUtil Modifier and Type Constant Field Value public static final int
DEFAULT_COPY_BUFFER_SIZE
16384
-
com.dropbox.core.util.StringUtil Modifier and Type Constant Field Value public static final java.lang.String
Base64Digits
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"
public static final java.lang.String
UrlSafeBase64Digits
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789-_"
-
com.dropbox.core.v1.DbxClientV1 Modifier and Type Constant Field Value public static final java.lang.String
USER_AGENT_ID
"Dropbox-Java-SDK"
-
com.dropbox.core.v1.DbxEntry Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.v1.DbxEntry.File Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.v1.DbxEntry.Folder Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.v1.DbxEntry.WithChildren Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.v1.DbxEntry.WithChildrenC<C> Modifier and Type Constant Field Value public static final long
serialVersionUID
0L
-
com.dropbox.core.v2.DbxRawClientV2 Modifier and Type Constant Field Value public static final java.lang.String
USER_AGENT_ID
"OfficialDropboxJavaSDKv2"