Uses of Enum Class
net.bluemind.icalendar.api.ICalendarElement.Role
Packages that use ICalendarElement.Role
-
Uses of ICalendarElement.Role in net.bluemind.icalendar.api
Fields in net.bluemind.icalendar.api declared as ICalendarElement.RoleModifier and TypeFieldDescriptionICalendarElement.Attendee.role
"ROLE", for the intended role that the attendee will have in the calendar component;Methods in net.bluemind.icalendar.api that return ICalendarElement.RoleModifier and TypeMethodDescriptionstatic ICalendarElement.Role
Returns the enum constant of this class with the specified name.static ICalendarElement.Role[]
ICalendarElement.Role.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.RoleModifier 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)