public class DbxLongpollDeltaResult
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
long |
backoff
If non-negative, this is the number of seconds the Dropbox server wants you to wait before polling
again.
|
boolean |
mightHaveChanges
If true, then there might changes and one of the DbxClientV1 "delta" methods can be used to retrieve them.
|
static JsonReader<DbxLongpollDeltaResult> |
Reader |
Constructor and Description |
---|
DbxLongpollDeltaResult(boolean mightHaveChanges,
long backoff) |
public boolean mightHaveChanges
public long backoff
public static final JsonReader<DbxLongpollDeltaResult> Reader