|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.ms.java.Enum
com.aspose.email.MapiTaskMode
public final class MapiTaskMode
Represents the assignment statuses of the task object.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.email.ms.java.Enum |
---|
com.aspose.email.ms.java.Enum.AbstractEnum, com.aspose.email.ms.java.Enum.FlaggedEnum, com.aspose.email.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Accepted
The Task object has been accepted by the task assignee. |
static int |
Assigned
The Task object was assigned to the task assigner (self-delegation). |
static int |
NotAssigned
The Task object is not assigned. |
static int |
Rejected
The Task object was rejected by the task assignee. |
static int |
RequestEmbedded
The Task object is embedded in a task request. |
static int |
UpdateEmbedded
The Task object is embedded in a task update. |
Fields inherited from class com.aspose.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
Constructor Summary | |
---|---|
MapiTaskMode()
|
Method Summary |
---|
Methods inherited from class com.aspose.email.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NotAssigned
The Task object is not assigned.
public static final int RequestEmbedded
The Task object is embedded in a task request.
public static final int Accepted
The Task object has been accepted by the task assignee.
public static final int Rejected
The Task object was rejected by the task assignee.
public static final int UpdateEmbedded
The Task object is embedded in a task update.
public static final int Assigned
The Task object was assigned to the task assigner (self-delegation).
Constructor Detail |
---|
public MapiTaskMode()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |