- checkArg(String, String) - Static method in class com.dropbox.core.DbxPath
-
- checkArgNonRoot(String, String) - Static method in class com.dropbox.core.DbxPath
-
- checkKeyArg(String) - Static method in class com.dropbox.core.DbxAppInfo
-
- checkSecretArg(String) - Static method in class com.dropbox.core.DbxAppInfo
-
- children - Variable in class com.dropbox.core.DbxEntry.WithChildren
-
- children - Variable in class com.dropbox.core.DbxEntry.WithChildrenC
-
- chunkedUploadAppend(String, long, byte[]) - Method in class com.dropbox.core.DbxClient
-
- chunkedUploadAppend(String, long, byte[], int, int) - Method in class com.dropbox.core.DbxClient
-
Append data to a chunked upload session.
- chunkedUploadAppend(String, long, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.DbxClient
-
Append a chunk of data to a chunked upload session.
- chunkedUploadFinish(String, DbxWriteMode, String) - Method in class com.dropbox.core.DbxClient
-
- chunkedUploadFirst(byte[]) - Method in class com.dropbox.core.DbxClient
-
- chunkedUploadFirst(byte[], int, int) - Method in class com.dropbox.core.DbxClient
-
Upload the first chunk of a multi-chunk upload.
- chunkedUploadFirst(int, DbxStreamWriter<E>) - Method in class com.dropbox.core.DbxClient
-
Upload the first chunk of a multi-chunk upload.
- clear() - Method in interface com.dropbox.core.DbxSessionStore
-
- clear() - Method in class com.dropbox.core.DbxStandardSessionStore
-
- clientIdentifier - Variable in class com.dropbox.core.DbxRequestConfig
-
An identifier for the API client, typically of the form "Name/Version".
- clientMtime - Variable in class com.dropbox.core.DbxEntry.File
-
The modification time sent up by the Dropbox desktop client when the file was added
or modified.
- close() - Method in class com.dropbox.core.DbxClient.Downloader
-
- close() - Method in class com.dropbox.core.DbxClient.Uploader
-
Release the resources related to this Uploader
instance.
- close() - Method in class com.dropbox.core.http.HttpRequestor.Uploader
-
- close() - Method in class com.dropbox.core.NoThrowOutputStream
-
- close() - Method in class com.dropbox.core.util.CountingOutputStream
-
- closeInput(InputStream) - Static method in class com.dropbox.core.util.IOUtil
-
Closes the given input stream and ignores the IOException.
- closeInput(Reader) - Static method in class com.dropbox.core.util.IOUtil
-
Closes the given Reader and ignores the IOException.
- collector - Variable in class com.dropbox.core.json.JsonArrayReader
-
- Collector<E,L> - Class in com.dropbox.core.util
-
- Collector() - Constructor for class com.dropbox.core.util.Collector
-
- Collector.ArrayListCollector<E> - Class in com.dropbox.core.util
-
- Collector.ArrayListCollector() - Constructor for class com.dropbox.core.util.Collector.ArrayListCollector
-
- Collector.NullSkipper<E,L> - Class in com.dropbox.core.util
-
- Collector.NullSkipper(Collector<E, L>) - Constructor for class com.dropbox.core.util.Collector.NullSkipper
-
- com.dropbox.core - package com.dropbox.core
-
- com.dropbox.core.http - package com.dropbox.core.http
-
- com.dropbox.core.json - package com.dropbox.core.json
-
- com.dropbox.core.util - package com.dropbox.core.util
-
- configureConnection(HttpsURLConnection) - Method in class com.dropbox.core.http.StandardHttpRequestor
-
Can be overridden to configure the underlying
HttpsURLConnection
used to make
network requests.
- content - Variable in class com.dropbox.core.DbxHost
-
The host name of the Dropbox API content server.
- copy(String, String) - Method in class com.dropbox.core.DbxClient
-
Copy a file or folder from one path in Dropbox to another path in Dropbox.
- copyFileToStream(File, OutputStream) - Method in class com.dropbox.core.util.IOUtil
-
- copyFileToStream(File, OutputStream, int) - Method in class com.dropbox.core.util.IOUtil
-
- copyFromCopyRef(String, String) - Method in class com.dropbox.core.DbxClient
-
- copyStreamToFile(InputStream, File) - Method in class com.dropbox.core.util.IOUtil
-
- copyStreamToFile(InputStream, File, int) - Method in class com.dropbox.core.util.IOUtil
-
- copyStreamToStream(InputStream, OutputStream) - Static method in class com.dropbox.core.util.IOUtil
-
- copyStreamToStream(InputStream, OutputStream, byte[]) - Static method in class com.dropbox.core.util.IOUtil
-
- copyStreamToStream(InputStream, OutputStream, int) - Static method in class com.dropbox.core.util.IOUtil
-
- CountingOutputStream - Class in com.dropbox.core.util
-
- CountingOutputStream(OutputStream) - Constructor for class com.dropbox.core.util.CountingOutputStream
-
- country - Variable in class com.dropbox.core.DbxAccountInfo
-
- createCopyRef(String) - Method in class com.dropbox.core.DbxClient
-
Creates and returns a "copy ref" to a file.
- createFolder(String) - Method in class com.dropbox.core.DbxClient
-
Create a new folder in Dropbox.
- createOAuth2AccessToken(DbxOAuth1AccessToken) - Method in class com.dropbox.core.DbxOAuth1Upgrader
-
Given an existing active OAuth 1 access token, make a Dropbox API call to get a new OAuth 2
access token that represents the same user and app.
- createShareableUrl(String) - Method in class com.dropbox.core.DbxClient
-
Creates and returns a publicly-shareable URL to a file or folder's "preview page".
- createTemporaryDirectUrl(String) - Method in class com.dropbox.core.DbxClient
-
Creates and returns a publicly-shareable URL to a file's contents.
- cursor - Variable in class com.dropbox.core.DbxDelta
-
A string that is used by the server to keep track of which entries have already been
returned to you.
- cursor - Variable in class com.dropbox.core.DbxDeltaC
-
A string that is used by the server to keep track of which entries have already been
returned to you.
- DbxAccountInfo - Class in com.dropbox.core
-
- DbxAccountInfo(long, String, String, String, DbxAccountInfo.Quota) - Constructor for class com.dropbox.core.DbxAccountInfo
-
- DbxAccountInfo.Quota - Class in com.dropbox.core
-
- DbxAccountInfo.Quota(long, long, long) - Constructor for class com.dropbox.core.DbxAccountInfo.Quota
-
- DbxAppInfo - Class in com.dropbox.core
-
Identifying information about your application.
- DbxAppInfo(String, String) - Constructor for class com.dropbox.core.DbxAppInfo
-
- DbxAppInfo(String, String, DbxHost) - Constructor for class com.dropbox.core.DbxAppInfo
-
- DbxAuthFinish - Class in com.dropbox.core
-
When you successfully complete the authorization process, the Dropbox server returns
this information to you.
- DbxAuthFinish(String, String, String) - Constructor for class com.dropbox.core.DbxAuthFinish
-
- DbxAuthInfo - Class in com.dropbox.core
-
Used by the example code to remember auth information.
- DbxAuthInfo(String, DbxHost) - Constructor for class com.dropbox.core.DbxAuthInfo
-
- DbxClient - Class in com.dropbox.core
-
Use this class to make remote calls to the Dropbox API.
- DbxClient(DbxRequestConfig, String) - Constructor for class com.dropbox.core.DbxClient
-
- DbxClient(DbxRequestConfig, String, DbxHost) - Constructor for class com.dropbox.core.DbxClient
-
- DbxClient.Downloader - Class in com.dropbox.core
-
A pairing of a metadata and main content of a download.
- DbxClient.Downloader(DbxEntry.File, InputStream) - Constructor for class com.dropbox.core.DbxClient.Downloader
-
- DbxClient.IODbxException - Exception in com.dropbox.core
-
A DbxException wrapped inside an IOException.
- DbxClient.IODbxException(DbxException) - Constructor for exception com.dropbox.core.DbxClient.IODbxException
-
- DbxClient.Uploader - Class in com.dropbox.core
-
For uploading file content to Dropbox.
- DbxClient.Uploader() - Constructor for class com.dropbox.core.DbxClient.Uploader
-
- DbxDelta<MD extends Dumpable> - Class in com.dropbox.core
-
Represents a single "page" of results from a delta-style API call.
- DbxDelta(boolean, List<DbxDelta.Entry<MD>>, String, boolean) - Constructor for class com.dropbox.core.DbxDelta
-
- DbxDelta.Entry<MD extends Dumpable> - Class in com.dropbox.core
-
A single "delta entry" in a
DbxDelta
page.
- DbxDelta.Entry(String, MD) - Constructor for class com.dropbox.core.DbxDelta.Entry
-
- DbxDelta.Entry.Reader<MD extends Dumpable> - Class in com.dropbox.core
-
For JSON parsing.
- DbxDelta.Entry.Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.DbxDelta.Entry.Reader
-
- DbxDelta.Reader<MD extends Dumpable> - Class in com.dropbox.core
-
For JSON parsing.
- DbxDelta.Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.DbxDelta.Reader
-
- DbxDeltaC<C> - Class in com.dropbox.core
-
Represents a single "page" of results from a delta-style API call.
- DbxDeltaC(boolean, C, String, boolean) - Constructor for class com.dropbox.core.DbxDeltaC
-
- DbxDeltaC.Entry<MD extends Dumpable> - Class in com.dropbox.core
-
- DbxDeltaC.Entry(String, MD) - Constructor for class com.dropbox.core.DbxDeltaC.Entry
-
- DbxDeltaC.Entry.Reader<MD extends Dumpable> - Class in com.dropbox.core
-
For JSON parsing.
- DbxDeltaC.Entry.Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.DbxDeltaC.Entry.Reader
-
- DbxDeltaC.Reader<C,MD extends Dumpable> - Class in com.dropbox.core
-
For JSON parsing.
- DbxDeltaC.Reader(JsonReader<MD>, Collector<DbxDeltaC.Entry<MD>, C>) - Constructor for class com.dropbox.core.DbxDeltaC.Reader
-
- DbxEntry - Class in com.dropbox.core
-
Holds the metadata for a Dropbox file system entry.
- DbxEntry.File - Class in com.dropbox.core
-
The subclass of
DbxEntry
used to represent file metadata (as opposed
to folder metadata).
- DbxEntry.File(String, String, boolean, long, String, Date, Date, String) - Constructor for class com.dropbox.core.DbxEntry.File
-
- DbxEntry.Folder - Class in com.dropbox.core
-
The subclass of
DbxEntry
used to represent folder metadata.
- DbxEntry.Folder(String, String, boolean) - Constructor for class com.dropbox.core.DbxEntry.Folder
-
- DbxEntry.WithChildren - Class in com.dropbox.core
-
Holds the metadata for a file or folder; if it's a folder, we also store the folder's
hash and the metadata of its immediate children.
- DbxEntry.WithChildren(DbxEntry, String, List<DbxEntry>) - Constructor for class com.dropbox.core.DbxEntry.WithChildren
-
- DbxEntry.WithChildrenC<C> - Class in com.dropbox.core
-
- DbxEntry.WithChildrenC(DbxEntry, String, C) - Constructor for class com.dropbox.core.DbxEntry.WithChildrenC
-
- DbxEntry.WithChildrenC.Reader<C> - Class in com.dropbox.core
-
- DbxEntry.WithChildrenC.Reader(Collector<DbxEntry, ? extends C>) - Constructor for class com.dropbox.core.DbxEntry.WithChildrenC.Reader
-
- DbxEntry.WithChildrenC.ReaderMaybeDeleted<C> - Class in com.dropbox.core
-
- DbxEntry.WithChildrenC.ReaderMaybeDeleted(Collector<DbxEntry, ? extends C>) - Constructor for class com.dropbox.core.DbxEntry.WithChildrenC.ReaderMaybeDeleted
-
- DbxException - Exception in com.dropbox.core
-
The base exception thrown by Dropbox API calls.
- DbxException(String) - Constructor for exception com.dropbox.core.DbxException
-
- DbxException(String, Throwable) - Constructor for exception com.dropbox.core.DbxException
-
- DbxException.BadRequest - Exception in com.dropbox.core
-
This is what is thrown when the Dropbox server tells us that it didn't
like something about our request.
- DbxException.BadRequest(String) - Constructor for exception com.dropbox.core.DbxException.BadRequest
-
- DbxException.BadResponse - Exception in com.dropbox.core
-
Thrown when we the response from the Dropbox server isn't something we expect.
- DbxException.BadResponse(String) - Constructor for exception com.dropbox.core.DbxException.BadResponse
-
- DbxException.BadResponse(String, Throwable) - Constructor for exception com.dropbox.core.DbxException.BadResponse
-
- DbxException.BadResponseCode - Exception in com.dropbox.core
-
Thrown when the Dropbox server responds with an HTTP status code we didn't expect.
- DbxException.BadResponseCode(String, int) - Constructor for exception com.dropbox.core.DbxException.BadResponseCode
-
- DbxException.BadResponseCode(String, int, Throwable) - Constructor for exception com.dropbox.core.DbxException.BadResponseCode
-
- DbxException.InvalidAccessToken - Exception in com.dropbox.core
-
Gets thrown when the access token you're using to make API calls is invalid.
- DbxException.InvalidAccessToken(String) - Constructor for exception com.dropbox.core.DbxException.InvalidAccessToken
-
- DbxException.NetworkIO - Exception in com.dropbox.core
-
This is what gets thrown when there's an IOException when reading or writing
to the network (when communicating with the Dropbox API servers).
- DbxException.NetworkIO(IOException) - Constructor for exception com.dropbox.core.DbxException.NetworkIO
-
- DbxException.ProtocolError - Exception in com.dropbox.core
-
Something unexpected happened with either the request or the response.
- DbxException.ProtocolError(String) - Constructor for exception com.dropbox.core.DbxException.ProtocolError
-
- DbxException.ProtocolError(String, Throwable) - Constructor for exception com.dropbox.core.DbxException.ProtocolError
-
- DbxException.RetryLater - Exception in com.dropbox.core
-
The server is overloaded, or you have hit a rate limit.
- DbxException.RetryLater(String) - Constructor for exception com.dropbox.core.DbxException.RetryLater
-
- DbxException.ServerError - Exception in com.dropbox.core
-
The server said that something went wrong on its end (HTTP 500 error code).
- DbxException.ServerError(String) - Constructor for exception com.dropbox.core.DbxException.ServerError
-
- DbxHost - Class in com.dropbox.core
-
This is for mocking things out during testing.
- DbxHost(String, String, String) - Constructor for class com.dropbox.core.DbxHost
-
- DbxOAuth1AccessToken - Class in com.dropbox.core
-
Use with
DbxOAuth1Upgrader
to convert old OAuth 1 access tokens
to OAuth 2 access tokens.
- DbxOAuth1AccessToken(String, String) - Constructor for class com.dropbox.core.DbxOAuth1AccessToken
-
- DbxOAuth1Upgrader - Class in com.dropbox.core
-
Lets you convert OAuth 1 access tokens to OAuth 2 access tokens.
- DbxOAuth1Upgrader(DbxRequestConfig, DbxAppInfo) - Constructor for class com.dropbox.core.DbxOAuth1Upgrader
-
- DbxPath - Class in com.dropbox.core
-
Utility functions for working with Dropbox paths.
- DbxPath() - Constructor for class com.dropbox.core.DbxPath
-
- DbxRequestConfig - Class in com.dropbox.core
-
A grouping of a few configuration parameters for how we should make requests to the
Dropbox servers.
- DbxRequestConfig(String, String, HttpRequestor) - Constructor for class com.dropbox.core.DbxRequestConfig
-
- DbxRequestConfig(String, String) - Constructor for class com.dropbox.core.DbxRequestConfig
-
- DbxRequestUtil - Class in com.dropbox.core
-
- DbxRequestUtil() - Constructor for class com.dropbox.core.DbxRequestUtil
-
- DbxRequestUtil.RequestMaker<T,E extends Throwable> - Class in com.dropbox.core
-
- DbxRequestUtil.RequestMaker() - Constructor for class com.dropbox.core.DbxRequestUtil.RequestMaker
-
- DbxRequestUtil.ResponseHandler<T> - Class in com.dropbox.core
-
- DbxRequestUtil.ResponseHandler() - Constructor for class com.dropbox.core.DbxRequestUtil.ResponseHandler
-
- DbxSdkVersion - Class in com.dropbox.core
-
- DbxSdkVersion() - Constructor for class com.dropbox.core.DbxSdkVersion
-
- DbxSessionStore - Interface in com.dropbox.core
-
An interface that lets you save, retrieve, and clear a single value in the user's web
session.
- DbxStandardSessionStore - Class in com.dropbox.core
-
A
DbxSessionStore
implementation that stores the value using the standard
HttpSession
interface from the Java Servlet API.
- DbxStandardSessionStore(HttpSession, String) - Constructor for class com.dropbox.core.DbxStandardSessionStore
-
- DbxStreamWriter<E extends Throwable> - Class in com.dropbox.core
-
A callback for streaming data to an
OutputStream
, usually
in the context of an API request being made by
DbxClient
.
- DbxStreamWriter() - Constructor for class com.dropbox.core.DbxStreamWriter
-
- DbxStreamWriter.ByteArrayCopier - Class in com.dropbox.core
-
- DbxStreamWriter.ByteArrayCopier(byte[], int, int) - Constructor for class com.dropbox.core.DbxStreamWriter.ByteArrayCopier
-
- DbxStreamWriter.ByteArrayCopier(byte[]) - Constructor for class com.dropbox.core.DbxStreamWriter.ByteArrayCopier
-
- DbxStreamWriter.InputStreamCopier - Class in com.dropbox.core
-
- DbxStreamWriter.InputStreamCopier(InputStream) - Constructor for class com.dropbox.core.DbxStreamWriter.InputStreamCopier
-
- DbxTask - Class in com.dropbox.core
-
- DbxTask() - Constructor for class com.dropbox.core.DbxTask
-
- DbxThumbnailFormat - Class in com.dropbox.core
-
- DbxThumbnailFormat(String) - Constructor for class com.dropbox.core.DbxThumbnailFormat
-
- DbxThumbnailSize - Class in com.dropbox.core
-
- DbxThumbnailSize(String, int, int) - Constructor for class com.dropbox.core.DbxThumbnailSize
-
- DbxUrlWithExpiration - Class in com.dropbox.core
-
- DbxUrlWithExpiration(String, Date) - Constructor for class com.dropbox.core.DbxUrlWithExpiration
-
- DbxWebAuth - Class in com.dropbox.core
-
Does the OAuth 2 "authorization code" flow.
- DbxWebAuth(DbxRequestConfig, DbxAppInfo, String, DbxSessionStore) - Constructor for class com.dropbox.core.DbxWebAuth
-
- DbxWebAuth.BadRequestException - Exception in com.dropbox.core
-
Thrown when the parameters passed to your redirect URI are not well-formed.
- DbxWebAuth.BadRequestException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.BadRequestException
-
- DbxWebAuth.BadStateException - Exception in com.dropbox.core
-
Thrown if all the parameters to your redirect URI are well-formed, but there's no CSRF token
in the session.
- DbxWebAuth.BadStateException() - Constructor for exception com.dropbox.core.DbxWebAuth.BadStateException
-
- DbxWebAuth.CsrfException - Exception in com.dropbox.core
-
Thrown if the given 'state' parameter doesn't contain the expected CSRF token.
- DbxWebAuth.CsrfException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.CsrfException
-
- DbxWebAuth.Exception - Exception in com.dropbox.core
-
The base class for authorization redirect errors.
- DbxWebAuth.Exception(String) - Constructor for exception com.dropbox.core.DbxWebAuth.Exception
-
- DbxWebAuth.NotApprovedException - Exception in com.dropbox.core
-
Thrown when Dropbox tells us that the user chose not to grant your app access to their
Dropbox account (i.e.
- DbxWebAuth.NotApprovedException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.NotApprovedException
-
- DbxWebAuth.ProviderException - Exception in com.dropbox.core
-
Thrown when Dropbox tells us that some other error occurred in the authorization process.
- DbxWebAuth.ProviderException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.ProviderException
-
- DbxWebAuthNoRedirect - Class in com.dropbox.core
-
Does the OAuth web-based authorization flow for apps that can't provide a redirect URI (such
as the command-line example apps that come with this SDK).
- DbxWebAuthNoRedirect(DbxRequestConfig, DbxAppInfo) - Constructor for class com.dropbox.core.DbxWebAuthNoRedirect
-
- DbxWriteMode - Class in com.dropbox.core
-
Describes how a file should be saved when it is written to Dropbox.
- Default - Static variable in class com.dropbox.core.DbxHost
-
The standard Dropbox hosts: "api.dropbox.com", "api-content.dropbox.com",
and "www.dropbox.com"
- DefaultConnectTimeoutMillis - Static variable in class com.dropbox.core.http.StandardHttpRequestor
-
- DefaultCopyBufferSize - Static variable in class com.dropbox.core.util.IOUtil
-
- DefaultReadTimeoutMillis - Static variable in class com.dropbox.core.http.StandardHttpRequestor
-
- delete(String) - Method in class com.dropbox.core.DbxClient
-
Delete a file or folder from Dropbox.
- description - Variable in class com.dropbox.core.json.JsonReadException.PathPart
-
- disableAccessToken() - Method in class com.dropbox.core.DbxClient
-
Disable the access token that you constructed this DbxClient
with.
- disableOAuth1AccessToken(DbxOAuth1AccessToken) - Method in class com.dropbox.core.DbxOAuth1Upgrader
-
Tell the Dropbox API server to disable an OAuth 1 access token.
- displayName - Variable in class com.dropbox.core.DbxAccountInfo
-
- doGet(DbxRequestConfig, String, String, String, String[], ArrayList<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
-
- doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.HttpRequestor
-
- doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.StandardHttpRequestor
-
- doPost(String, String, String[], ArrayList<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Method in class com.dropbox.core.DbxClient
-
- doPost(DbxRequestConfig, String, String, String, String[], ArrayList<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
-
- doPostNoAuth(DbxRequestConfig, String, String, String[], ArrayList<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
-
- Dropbox - Static variable in class com.dropbox.core.json.JsonDateReader
-
A parser for dates returned by the Dropbox API.
- Dumpable - Class in com.dropbox.core.util
-
A common superclass for pure-data classes.
- Dumpable() - Constructor for class com.dropbox.core.util.Dumpable
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxAccountInfo
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxAccountInfo.Quota
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxAppInfo
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxDelta
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxDelta.Entry
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxDeltaC
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxDeltaC.Entry
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxEntry
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxEntry.File
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxEntry.WithChildren
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxEntry.WithChildrenC
-
- dumpFields(DumpWriter) - Method in class com.dropbox.core.util.Dumpable
-
- DumpWriter - Class in com.dropbox.core.util
-
- DumpWriter() - Constructor for class com.dropbox.core.util.DumpWriter
-
- DumpWriter.Multiline - Class in com.dropbox.core.util
-
- DumpWriter.Multiline(StringBuilder, int, int, boolean) - Constructor for class com.dropbox.core.util.DumpWriter.Multiline
-
- DumpWriter.Multiline(StringBuilder, int, boolean) - Constructor for class com.dropbox.core.util.DumpWriter.Multiline
-
- DumpWriter.Plain - Class in com.dropbox.core.util
-
- DumpWriter.Plain(StringBuilder) - Constructor for class com.dropbox.core.util.DumpWriter.Plain
-