ExchangeUserAvailability

Inheritance: java.lang.Object

public final class ExchangeUserAvailability

Represents user availability information

Constructors

ConstructorDescription
ExchangeUserAvailability()Initializes a new instance of the ExchangeUserAvailability class.

Methods

MethodDescription
equals(Object arg0)
getCalendarAppointments()Gets the calendar appointments in the user’s calendar.
getClass()
getUser()Gets the user smtp address.
getWorkingHours()Gets the working hours.
getWorkingHours(Date date)Gets the working hours in the specified date taking into account the user’s timezone.
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

ExchangeUserAvailability()

public ExchangeUserAvailability()

Initializes a new instance of the ExchangeUserAvailability class.

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getCalendarAppointments()

public final ExchangeCalendarEventCollection getCalendarAppointments()

Gets the calendar appointments in the user’s calendar.

Returns: ExchangeCalendarEventCollection

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getUser()

public final String getUser()

Gets the user smtp address.

Returns: java.lang.String

getWorkingHours()

public final ExchangeUserWorkingHoursCollection getWorkingHours()

Gets the working hours.

Returns: ExchangeUserWorkingHoursCollection

getWorkingHours(Date date)

public final DateRange getWorkingHours(Date date)

Gets the working hours in the specified date taking into account the user’s timezone.

Parameters:

ParameterTypeDescription
datejava.util.DateThe date to get information for.

Returns: DateRange - A start and end time of the working day for the specified date.

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

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