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 final DateComparisonField getStart()
Gets the field that allows to find items with a specified Start field.
public final DateComparisonField getOriginalStart()
Gets the field that allows to find items with a specified OriginalStart field.
public final DateComparisonField getEnd()
Gets the field that allows to find items with a specified End field.
public final StringComparisonField getStartTimeZoneId()
Gets the field that allows to find items with a specified StartTimeZoneId.
public final StringComparisonField getEndTimeZoneId()
Gets the field that allows to find items with a specified EndTimeZoneId.
public final StringComparisonField getLocation()
Gets the field that allows to find items with a specified Location.
public final BoolComparisonField isRecurring()
Gets the field that allows to find recurring items.
public final BoolComparisonField isCancelled()
Gets the field that allows to find cancelled items.
public final BoolComparisonField isOrganizer()
Gets the field that allows to find items where user is organizer.
public final BoolComparisonField isAllDayEvent()
Gets the field that allows to find AllDayEvent items.
public final BoolComparisonField isMeeting()
Gets the field that allows to find Meeting items.