AppointmentLoadOptions

Inheritance: java.lang.Object

public class AppointmentLoadOptions

Represents appointment load options

Constructors

ConstructorDescription
AppointmentLoadOptions()Initializes a new instance of the AppointmentLoadOptions class

Methods

MethodDescription
equals(Object arg0)
getApplyLocalTZ()Convert time to local timezone
getClass()
getDetectEncoding()Determines a data encoding by analyzing its byte order mark (BOM)
getEventIndex()Determines VEVENT index in case multiple events in a single ics file.
getIgnoreSmtpAddressCheck()Defines whether the SMTP address validation is skipped.
hashCode()
notify()
notifyAll()
setApplyLocalTZ(boolean value)Convert time to local timezone
setDetectEncoding(boolean value)Determines a data encoding by analyzing its byte order mark (BOM)
setEventIndex(int value)Determines VEVENT index in case multiple events in a single ics file.
setIgnoreSmtpAddressCheck(boolean value)Defines whether the SMTP address validation is skipped.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AppointmentLoadOptions()

public AppointmentLoadOptions()

Initializes a new instance of the AppointmentLoadOptions class

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getApplyLocalTZ()

public final boolean getApplyLocalTZ()

Convert time to local timezone

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDetectEncoding()

public final boolean getDetectEncoding()

Determines a data encoding by analyzing its byte order mark (BOM)

Returns: boolean

getEventIndex()

public final int getEventIndex()

Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader.

Returns: int

getIgnoreSmtpAddressCheck()

public final boolean getIgnoreSmtpAddressCheck()

Defines whether the SMTP address validation is skipped.

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setApplyLocalTZ(boolean value)

public final void setApplyLocalTZ(boolean value)

Convert time to local timezone

Parameters:

ParameterTypeDescription
valueboolean

setDetectEncoding(boolean value)

public final void setDetectEncoding(boolean value)

Determines a data encoding by analyzing its byte order mark (BOM)

Parameters:

ParameterTypeDescription
valueboolean

setEventIndex(int value)

public final void setEventIndex(int value)

Determines VEVENT index in case multiple events in a single ics file. The starting VEVENT in case reading multiple events by CalendarReaderCalendarReader.

Parameters:

ParameterTypeDescription
valueint

setIgnoreSmtpAddressCheck(boolean value)

public final void setIgnoreSmtpAddressCheck(boolean value)

Defines whether the SMTP address validation is skipped.

Parameters:

ParameterTypeDescription
valueboolean

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