Package com.dropbox.core.v2.async
-
Class Summary Class Description LaunchEmptyResult Result returned by methods that may either launch an asynchronous job or complete synchronously.LaunchEmptyResult.Serializer For internal use only.LaunchResultBase Result returned by methods that launch an asynchronous job.LaunchResultBase.Serializer For internal use only.PollArg Arguments for methods that poll the status of an asynchronous job.PollArg.Serializer For internal use only.PollEmptyResult.Serializer For internal use only.PollError.Serializer For internal use only. -
Enum Summary Enum Description LaunchEmptyResult.Tag Discriminating tag type forLaunchEmptyResult
.LaunchResultBase.Tag Discriminating tag type forLaunchResultBase
.PollEmptyResult Result returned by methods that poll for the status of an asynchronous job.PollError Error returned by methods for polling the status of asynchronous job. -
Exception Summary Exception Description PollErrorException Exception thrown when the server responds with aPollError
error.