AppointmentQueryBuilder

Inheritance: java.lang.Object

public final class AppointmentQueryBuilder

Represents the builder of search expression that used by Exchange protocol.

Methods

MethodDescription
equals(Object arg0)
getClass()
getEnd()Gets the field that allows to find items with a specified End field.
getEndTimeZoneId()Gets the field that allows to find items with a specified EndTimeZoneId.
getLocation()Gets the field that allows to find items with a specified Location.
getOriginalStart()Gets the field that allows to find items with a specified OriginalStart field.
getStart()Gets the field that allows to find items with a specified Start field.
getStartTimeZoneId()Gets the field that allows to find items with a specified StartTimeZoneId.
hashCode()
isAllDayEvent()Gets the field that allows to find AllDayEvent items.
isCancelled()Gets the field that allows to find cancelled items.
isMeeting()Gets the field that allows to find Meeting items.
isOrganizer()Gets the field that allows to find items where user is organizer.
isRecurring()Gets the field that allows to find recurring items.
notify()
notifyAll()
setCalendarView(Date startDate, Date endDate, int maxEntriesReturned)If the CalendarView is specified, the service returns a list of single calendar items and occurrences of recurring calendar items within the range specified by StartDate and EndDate.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getEnd()

public final DateComparisonField getEnd()

Gets the field that allows to find items with a specified End field.

Returns: DateComparisonField

getEndTimeZoneId()

public final StringComparisonField getEndTimeZoneId()

Gets the field that allows to find items with a specified EndTimeZoneId.

Returns: StringComparisonField

getLocation()

public final StringComparisonField getLocation()

Gets the field that allows to find items with a specified Location.

Returns: StringComparisonField

getOriginalStart()

public final DateComparisonField getOriginalStart()

Gets the field that allows to find items with a specified OriginalStart field.

Returns: DateComparisonField

getStart()

public final DateComparisonField getStart()

Gets the field that allows to find items with a specified Start field.

Returns: DateComparisonField

getStartTimeZoneId()

public final StringComparisonField getStartTimeZoneId()

Gets the field that allows to find items with a specified StartTimeZoneId.

Returns: StringComparisonField

hashCode()

public native int hashCode()

Returns: int

isAllDayEvent()

public final BoolComparisonField isAllDayEvent()

Gets the field that allows to find AllDayEvent items.

Returns: BoolComparisonField

isCancelled()

public final BoolComparisonField isCancelled()

Gets the field that allows to find cancelled items.

Returns: BoolComparisonField

isMeeting()

public final BoolComparisonField isMeeting()

Gets the field that allows to find Meeting items.

Returns: BoolComparisonField

isOrganizer()

public final BoolComparisonField isOrganizer()

Gets the field that allows to find items where user is organizer.

Returns: BoolComparisonField

isRecurring()

public final BoolComparisonField isRecurring()

Gets the field that allows to find recurring items.

Returns: BoolComparisonField

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCalendarView(Date startDate, Date endDate, int maxEntriesReturned)

public final void setCalendarView(Date startDate, Date endDate, int maxEntriesReturned)

If the CalendarView is specified, the service returns a list of single calendar items and occurrences of recurring calendar items within the range specified by StartDate and EndDate.

Parameters:

ParameterTypeDescription
startDatejava.util.DateIdentifies the start of a time span queried for calendar items.
endDatejava.util.DateIdentifies the end of a time span queried for calendar items.
maxEntriesReturnedintDescribes the maximum number of results. (Value <= 0 for all results)

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int