AppointmentLoadOptions
Inheritance: java.lang.Object
public class AppointmentLoadOptions
Represents appointment load options
Constructors
Constructor | Description |
---|---|
AppointmentLoadOptions() | Initializes a new instance of the AppointmentLoadOptions class |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setDetectEncoding(boolean value)
public final void setDetectEncoding(boolean value)
Determines a data encoding by analyzing its byte order mark (BOM)
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
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:
Parameter | Type | Description |
---|---|---|
value | int |
setIgnoreSmtpAddressCheck(boolean value)
public final void setIgnoreSmtpAddressCheck(boolean value)
Defines whether the SMTP address validation is skipped.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |