IcsSaveOptions

Inheritance: java.lang.Object, com.aspose.email.AppointmentSaveOptions

public final class IcsSaveOptions extends AppointmentSaveOptions

Represents iCalendar save options

Constructors

ConstructorDescription
IcsSaveOptions()Initializes a new instance of the IcsSaveOptions class
IcsSaveOptions(int method)Initializes a new instance of the IcsSaveOptions class

Methods

MethodDescription
equals(Object arg0)
getAction()Gets or sets appointment Action
getClass()
getCreateNew()Gets or sets value indicating whether need create new calendar or append events in existing calendar.
getDefault()Gets the default Ics save options
getEndTimeZone()Gets or sets the End time zone.
getMethodType()Gets or sets the iCalendar object method type associated with the calendar object.
getProductId()Gets or sets the product identifier that created iCalendar object.
getSaveFormat()Gets a save format
getSequenceId()Gets or sets the sequence id.
getStartTimeZone()Gets or sets the Start time zone.
hashCode()
notify()
notifyAll()
setAction(int value)Gets or sets appointment Action
setCreateNew(boolean value)Gets or sets value indicating whether need create new calendar or append events in existing calendar.
setEndTimeZone(String value)Gets or sets the End time zone.
setMethodType(int value)Gets or sets the iCalendar object method type associated with the calendar object.
setProductId(String value)Gets or sets the product identifier that created iCalendar object.
setSequenceId(int value)Gets or sets the sequence id.
setStartTimeZone(String value)Gets or sets the Start time zone.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

IcsSaveOptions()

public IcsSaveOptions()

Initializes a new instance of the IcsSaveOptions class

IcsSaveOptions(int method)

public IcsSaveOptions(int method)

Initializes a new instance of the IcsSaveOptions class

Parameters:

ParameterTypeDescription
methodintAn appointment method

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAction()

public final int getAction()

Gets or sets appointment Action

Returns: int

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getCreateNew()

public final boolean getCreateNew()

Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.

Returns: boolean

getDefault()

public static IcsSaveOptions getDefault()

Gets the default Ics save options

Returns: IcsSaveOptions

getEndTimeZone()

public final String getEndTimeZone()

Gets or sets the End time zone.

Returns: java.lang.String

getMethodType()

public final int getMethodType()

Gets or sets the iCalendar object method type associated with the calendar object.

Returns: int

getProductId()

public final String getProductId()

Gets or sets the product identifier that created iCalendar object.

Value: The product identifier.

Returns: java.lang.String

getSaveFormat()

public final int getSaveFormat()

Gets a save format

Returns: int

getSequenceId()

public final int getSequenceId()

Gets or sets the sequence id.

Value: The sequence id.

Returns: int

getStartTimeZone()

public final String getStartTimeZone()

Gets or sets the Start time zone.

Returns: java.lang.String

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAction(int value)

public final void setAction(int value)

Gets or sets appointment Action

Parameters:

ParameterTypeDescription
valueint

setCreateNew(boolean value)

public final void setCreateNew(boolean value)

Gets or sets value indicating whether need create new calendar or append events in existing calendar. Default value is true.

Parameters:

ParameterTypeDescription
valueboolean

setEndTimeZone(String value)

public final void setEndTimeZone(String value)

Gets or sets the End time zone.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setMethodType(int value)

public final void setMethodType(int value)

Gets or sets the iCalendar object method type associated with the calendar object.

Parameters:

ParameterTypeDescription
valueint

setProductId(String value)

public final void setProductId(String value)

Gets or sets the product identifier that created iCalendar object.

Value: The product identifier.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setSequenceId(int value)

public final void setSequenceId(int value)

Gets or sets the sequence id.

Value: The sequence id.

Parameters:

ParameterTypeDescription
valueint

setStartTimeZone(String value)

public final void setStartTimeZone(String value)

Gets or sets the Start time zone.

Parameters:

ParameterTypeDescription
valuejava.lang.String

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