public final class AppointmentQueryBuilder extends Object
Represents the builder of search expression that used by Exchange protocol.
Modifier and Type | Method and Description |
---|---|
DateComparisonField |
getEnd()
Gets the field that allows to find items with a specified End field.
|
StringComparisonField |
getEndTimeZoneId()
Gets the field that allows to find items with a specified EndTimeZoneId.
|
StringComparisonField |
getLocation()
Gets the field that allows to find items with a specified Location.
|
DateComparisonField |
getOriginalStart()
Gets the field that allows to find items with a specified OriginalStart field.
|
DateComparisonField |
getStart()
Gets the field that allows to find items with a specified Start field.
|
StringComparisonField |
getStartTimeZoneId()
Gets the field that allows to find items with a specified StartTimeZoneId.
|
BoolComparisonField |
isAllDayEvent()
Gets the field that allows to find AllDayEvent items.
|
BoolComparisonField |
isCancelled()
Gets the field that allows to find cancelled items.
|
BoolComparisonField |
isMeeting()
Gets the field that allows to find Meeting items.
|
BoolComparisonField |
isOrganizer()
Gets the field that allows to find items where user is organizer.
|
BoolComparisonField |
isRecurring()
Gets the field that allows to find recurring items.
|
public DateComparisonField getStart()
Gets the field that allows to find items with a specified Start field.
public DateComparisonField getOriginalStart()
Gets the field that allows to find items with a specified OriginalStart field.
public DateComparisonField getEnd()
Gets the field that allows to find items with a specified End field.
public StringComparisonField getStartTimeZoneId()
Gets the field that allows to find items with a specified StartTimeZoneId.
public StringComparisonField getEndTimeZoneId()
Gets the field that allows to find items with a specified EndTimeZoneId.
public StringComparisonField getLocation()
Gets the field that allows to find items with a specified Location.
public BoolComparisonField isRecurring()
Gets the field that allows to find recurring items.
public BoolComparisonField isCancelled()
Gets the field that allows to find cancelled items.
public BoolComparisonField isOrganizer()
Gets the field that allows to find items where user is organizer.
public BoolComparisonField isAllDayEvent()
Gets the field that allows to find AllDayEvent items.
public BoolComparisonField isMeeting()
Gets the field that allows to find Meeting items.
Copyright (c) 2008-2017 Aspose Pty Ltd. All Rights Reserved.