Class GroupMembership
java.lang.Object
jfxtras.icalendarfx.VElementBase
jfxtras.icalendarfx.parameters.VParameterBase<GroupMembership, List<URI>>
jfxtras.icalendarfx.parameters.GroupMembership
- All Implemented Interfaces:
VParameter<List<URI>>, VChild, VElement
MEMBER
Group or List Membership
RFC 5545, 3.2.11, page 21
To specify the group or list membership of the calendar user specified by the property.
Example:
ATTENDEE;MEMBER="mailto:projectA@example.com","mailto:pr
ojectB@example.com":mailto:janedoe@example.com
- Author:
- David Bal
-
Nested Class Summary
Nested classes/interfaces inherited from class VElementBase
VElementBase.Message, VElementBase.MessageEffect -
Field Summary
Fields inherited from class VParameterBase
converter, elementTypeFields inherited from class VElementBase
BEGIN, END -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class VParameterBase
equals, errors, getParent, getValue, hashCode, name, parseContent, setParent, setValue, setValue, toString, withValue, withValueMethods inherited from class VElementBase
elementName, isContentValid, newEmptyVElement, parse, throwMessageExceptions
-
Constructor Details
-
GroupMembership
-
GroupMembership
public GroupMembership() -
GroupMembership
-
-
Method Details
-
parse
-