public static enum MembersAddJobStatus.Tag extends Enum<MembersAddJobStatus.Tag>
MembersAddJobStatus
.Enum Constant and Description |
---|
COMPLETE
The asynchronous job has finished.
|
FAILED
The asynchronous job returned an error.
|
IN_PROGRESS
The asynchronous job is still in progress.
|
Modifier and Type | Method and Description |
---|---|
static MembersAddJobStatus.Tag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MembersAddJobStatus.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MembersAddJobStatus.Tag IN_PROGRESS
public static final MembersAddJobStatus.Tag COMPLETE
MembersAddArg
that was provided to DbxTeamTeamRequests.membersAdd(List,boolean)
, a corresponding item
is returned in this list.public static final MembersAddJobStatus.Tag FAILED
public static MembersAddJobStatus.Tag[] values()
for (MembersAddJobStatus.Tag c : MembersAddJobStatus.Tag.values()) System.out.println(c);
public static MembersAddJobStatus.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