public static enum UploadSessionFinishBatchJobStatus.Tag extends Enum<UploadSessionFinishBatchJobStatus.Tag>
UploadSessionFinishBatchJobStatus
.Enum Constant and Description |
---|
COMPLETE
The
DbxUserFilesRequests.uploadSessionFinishBatch(java.util.List) has
finished. |
IN_PROGRESS
The asynchronous job is still in progress.
|
Modifier and Type | Method and Description |
---|---|
static UploadSessionFinishBatchJobStatus.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UploadSessionFinishBatchJobStatus.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UploadSessionFinishBatchJobStatus.Tag IN_PROGRESS
public static final UploadSessionFinishBatchJobStatus.Tag COMPLETE
DbxUserFilesRequests.uploadSessionFinishBatch(java.util.List)
has
finished.public static UploadSessionFinishBatchJobStatus.Tag[] values()
for (UploadSessionFinishBatchJobStatus.Tag c : UploadSessionFinishBatchJobStatus.Tag.values()) System.out.println(c);
public static UploadSessionFinishBatchJobStatus.Tag valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null