Class NoEndRecurrenceRange
- java.lang.Object
-
- microsoft.exchange.webservices.data.property.complex.ComplexProperty
-
- microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
-
- microsoft.exchange.webservices.data.property.complex.recurrence.range.NoEndRecurrenceRange
-
- All Implemented Interfaces:
ISelfValidate,ComplexFunctionDelegate<EwsServiceXmlReader>
public final class NoEndRecurrenceRange extends RecurrenceRange
Represents recurrence range with no end date.
-
-
Constructor Summary
Constructors Constructor Description NoEndRecurrenceRange()Initializes a new instance.NoEndRecurrenceRange(Date startDate)Initializes a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXmlElementName()Gets the name of the XML element.voidsetupRecurrence(Recurrence recurrence)Setups the recurrence.-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.recurrence.range.RecurrenceRange
changed, getRecurrence, getStartDate, setRecurrence, setStartDate, tryReadElementFromXml, writeElementsToXml
-
Methods inherited from class microsoft.exchange.webservices.data.property.complex.ComplexProperty
addOnChangeEvent, canSetFieldValue, clearChangeEvents, clearChangeLog, func, getNamespace, internalValidate, loadFromXml, loadFromXml, readAttributesFromXml, readTextValueFromXml, removeChangeEvent, setNamespace, tryReadElementFromXmlToPatch, updateFromXml, updateFromXml, validate, writeAttributesToXml, writeToXml, writeToXml
-
-
-
-
Constructor Detail
-
NoEndRecurrenceRange
public NoEndRecurrenceRange()
Initializes a new instance.
-
NoEndRecurrenceRange
public NoEndRecurrenceRange(Date startDate)
Initializes a new instance.- Parameters:
startDate- the start date
-
-
Method Detail
-
getXmlElementName
public String getXmlElementName()
Gets the name of the XML element.- Specified by:
getXmlElementNamein classRecurrenceRange- Returns:
- The name of the XML element
-
setupRecurrence
public void setupRecurrence(Recurrence recurrence) throws Exception
Setups the recurrence.- Overrides:
setupRecurrencein classRecurrenceRange- Parameters:
recurrence- the new up recurrence- Throws:
Exception- the exception
-
-