Interface VDescribable<T>
- All Superinterfaces:
VChild, VComponent, VElement, VParent
- All Known Subinterfaces:
VDescribable2<T>
- All Known Implementing Classes:
NonStandardComponent, VAlarm, VDescribableBase, VDisplayable, VEvent, VJournal, VLocatable, VTodo
VComponent with the following properties
-
Method Summary
Modifier and TypeMethodDescriptionList<Attachment<?>> This property provides the capability to associate a document object with a calendar component.This property defines a short summary or subject for the calendar componentvoidsetAttachments(List<Attachment<?>> properties) default voidsetSummary(String summary) voidsetSummary(Summary summary) default TwithAttachments(String... attachments) Sets the value of theby parsing a vararg of iCalendar content text representing individualinvalid reference
#attachmentsProperty()Attachmentobjects.default TwithAttachments(List<Attachment<?>> attachments) Sets the value of the.invalid reference
#attachmentsProperty()default TwithAttachments(Attachment<?>... attachments) Sets the value of thefrom a vararg ofinvalid reference
#attachmentsProperty()Attachmentobjects.default TwithSummary(String summary) Sets the value of theby parsing iCalendar content text.invalid reference
#summaryProperty()default TwithSummary(Summary summary) Sets the value of theinvalid reference
#summaryProperty()Methods inherited from interface VComponent
calendarList, toStringMethods inherited from interface VParent
addChild, addChild, addChild, childrenUnmodifiable, orderChild, orderChild, orderChild, removeChild, removeChild, replaceChild, replaceChild
-
Method Details
-
getAttachments
List<Attachment<?>> getAttachments()This property provides the capability to associate a document object with a calendar component.
Example: The following is an example of this property:
- ATTACH:CID:jsmith.part3.960817T083000.xyzMail@example.com
- ATTACH;FMTTYPE=application/postscript:ftp://example.com/pub/
reports/r-960812.ps
-
setAttachments
-
withAttachments
Sets the value of the.invalid reference
#attachmentsProperty()- Returns:
- - this class for chaining
-
withAttachments
Sets the value of theby parsing a vararg of iCalendar content text representing individualinvalid reference
#attachmentsProperty()Attachmentobjects.- Returns:
- - this class for chaining
-
withAttachments
Sets the value of thefrom a vararg ofinvalid reference
#attachmentsProperty()Attachmentobjects.- Returns:
- - this class for chaining
-
getSummary
Summary getSummary()This property defines a short summary or subject for the calendar component
Example: The following is an example of this property:
- SUMMARY:Department Party
-
setSummary
-
setSummary
-
withSummary
-
withSummary
-