Class FinditemsResponse
- java.lang.Object
-
- org.oasis_open.docs.ws_calendar.ns.soap.BaseResponseType
-
- org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
-
- org.bedework.synch.cnctrs.exchange.responses.FinditemsResponse
-
public class FinditemsResponse extends ExchangeResponse
Response from Exchange after FindItem request.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFinditemsResponse.SynchInfo
-
Constructor Summary
Constructors Constructor Description FinditemsResponse(com.microsoft.schemas.exchange.services._2006.messages.FindItemResponseMessageType firm, boolean synchInfoOnly, org.bedework.util.calendar.XcalUtil.TzGetter tzGetter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ietf.params.xml.ns.icalendar_2.IcalendarType>getIcals()BooleangetIncludesLastItemInRange()Gets the value of the includesLastItemInRange property.List<FinditemsResponse.SynchInfo>getSynchInfo()StringtoString()-
Methods inherited from class org.bedework.synch.cnctrs.exchange.responses.ExchangeResponse
getDescriptiveLinkKey, getMessageXml, getResponseCode, toStringSegment
-
-
-
-
Constructor Detail
-
FinditemsResponse
public FinditemsResponse(com.microsoft.schemas.exchange.services._2006.messages.FindItemResponseMessageType firm, boolean synchInfoOnly, org.bedework.util.calendar.XcalUtil.TzGetter tzGetter) throws SynchException- Parameters:
firm-synchInfoOnly-- Throws:
SynchException
-
-
Method Detail
-
getIncludesLastItemInRange
public Boolean getIncludesLastItemInRange()
Gets the value of the includesLastItemInRange property.- Returns:
- Boolean
-
getIcals
public List<ietf.params.xml.ns.icalendar_2.IcalendarType> getIcals()
- Returns:
- components or null
-
getSynchInfo
public List<FinditemsResponse.SynchInfo> getSynchInfo()
- Returns:
- synchinfo or null
-
-