Class RetrievalMode
java.lang.Object
org.bedework.caldav.server.sysinterface.RetrievalMode
- All Implemented Interfaces:
Serializable
- Author:
- douglm
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the expand property.Gets the value of the limitFreebusySet property.Gets the value of the limitRecurrenceSet property.voidsetExpand(ExpandType val) Sets the value of the expand property.voidSets the value of the limitFreebusySet property.voidSets the value of the limitRecurrenceSet property.toString()
-
Constructor Details
-
RetrievalMode
public RetrievalMode()
-
-
Method Details
-
setExpand
Sets the value of the expand property.- Parameters:
val- allowed object isExpandType
-
getExpand
Gets the value of the expand property.- Returns:
- possible object is
ExpandType
-
setLimitRecurrenceSet
Sets the value of the limitRecurrenceSet property.- Parameters:
val- allowed object isLimitRecurrenceSetType
-
getLimitRecurrenceSet
Gets the value of the limitRecurrenceSet property.- Returns:
- possible object is
LimitRecurrenceSetType
-
setLimitFreebusySet
Sets the value of the limitFreebusySet property.- Parameters:
val- allowed object isLimitFreebusySetType
-
getLimitFreebusySet
Gets the value of the limitFreebusySet property.- Returns:
- possible object is
LimitFreebusySetType
-
toString
-