Uses of Enum Class
net.bluemind.icalendar.api.ICalendarElement.ParticipationStatus
Packages that use ICalendarElement.ParticipationStatus
-
Uses of ICalendarElement.ParticipationStatus in net.bluemind.calendar.api
Fields in net.bluemind.calendar.api declared as ICalendarElement.ParticipationStatus -
Uses of ICalendarElement.ParticipationStatus in net.bluemind.icalendar.api
Fields in net.bluemind.icalendar.api declared as ICalendarElement.ParticipationStatusModifier and TypeFieldDescriptionICalendarElement.Attendee.partStatus
"PARTSTAT", for the status of the attendee's participation;Methods in net.bluemind.icalendar.api that return ICalendarElement.ParticipationStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ICalendarElement.ParticipationStatus[]
ICalendarElement.ParticipationStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.bluemind.icalendar.api with parameters of type ICalendarElement.ParticipationStatusModifier and TypeMethodDescriptionstatic ICalendarElement.Attendee
ICalendarElement.Attendee.create
(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto) static ICalendarElement.Attendee
ICalendarElement.Attendee.create
(ICalendarElement.CUType cuType, String member, ICalendarElement.Role role, ICalendarElement.ParticipationStatus partStatus, Boolean rsvp, String delTo, String delFrom, String sentBy, String commonName, String dir, String lang, String uri, String mailto, String responseComment)