|
||||||||
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.AppointmentMethodType
public final class AppointmentMethodType
Defines the iCalendar object method type associated with the calendar 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 |
Add
Add one or more instances to an existing event. |
static int |
Cancel
Cancel one or more instances of an existing event. |
static int |
Counter
Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer". |
static int |
DeclineCounter
Decline a counter proposal. |
static int |
None
Method is not defined. |
static int |
Publish
Post notification of an event. |
static int |
Refresh
A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester. |
static int |
Reply
Reply to an event request. |
static int |
Request
Make a request for an event. |
Fields inherited from class com.aspose.email.ms.java.Enum |
---|
EnumSeparatorCharArray |
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 None
Method is not defined.
public static final int Publish
Post notification of an event. Used primarily as a method of advertising the existence of an event.
public static final int Request
Make a request for an event. This is an explicit invitation to one or more "Attendees".
public static final int Reply
Reply to an event request.
public static final int Add
Add one or more instances to an existing event.
public static final int Cancel
Cancel one or more instances of an existing event.
public static final int Refresh
A request is sent to an "Organizer" by an "Attendee" asking for the latest version of an event to be resent to the requester.
public static final int Counter
Counter a REQUEST with an alternative proposal, Sent by an "Attendee" to the "Organizer".
public static final int DeclineCounter
Decline a counter proposal. Sent to an "Attendee" by the "Organizer".
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |