|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.MapiTaskAcceptanceState
public final class MapiTaskAcceptanceState
Indicates the acceptance state of the task.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Accepted
The task assignee has accepted the Task object. |
static int |
NotAssigned
The Task object is not assigned. |
static int |
Rejected
The task assignee has rejected the Task object. |
static int |
Unknown
The Task object's acceptance status is unknown. |
Fields inherited from class com.aspose.ms.java.Enum |
---|
EnumSeparatorCharArray |
Constructor Summary | |
---|---|
MapiTaskAcceptanceState()
|
Method Summary |
---|
Methods inherited from class com.aspose.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 Unknown
The Task object's acceptance status is unknown.
public static final int Accepted
The task assignee has accepted the Task object.
public static final int Rejected
The task assignee has rejected the Task object.
Constructor Detail |
---|
public MapiTaskAcceptanceState()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |