AppointmentIcsSaveOptions
Inheritance: java.lang.Object, com.aspose.email.AppointmentSaveOptions
public final class AppointmentIcsSaveOptions extends AppointmentSaveOptions
Represents iCalendar save options
Constructors
Constructor | Description |
---|---|
AppointmentIcsSaveOptions() | Initializes a new instance of the AppointmentIcsSaveOptions class |
AppointmentIcsSaveOptions(int method) | Initializes a new instance of the AppointmentIcsSaveOptions class |
Methods
Method | Description |
---|---|
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) |
AppointmentIcsSaveOptions()
public AppointmentIcsSaveOptions()
Initializes a new instance of the AppointmentIcsSaveOptions class
AppointmentIcsSaveOptions(int method)
public AppointmentIcsSaveOptions(int method)
Initializes a new instance of the AppointmentIcsSaveOptions class
Parameters:
Parameter | Type | Description |
---|---|---|
method | int | An appointment method |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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 AppointmentIcsSaveOptions getDefault()
Gets the default Ics save options
Returns: AppointmentIcsSaveOptions
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:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
setEndTimeZone(String value)
public final void setEndTimeZone(String value)
Gets or sets the End time zone.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
setProductId(String value)
public final void setProductId(String value)
Gets or sets the product identifier that created iCalendar object.
Value: The product identifier.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String |
setSequenceId(int value)
public final void setSequenceId(int value)
Gets or sets the sequence id.
Value: The sequence id.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setStartTimeZone(String value)
public final void setStartTimeZone(String value)
Gets or sets the Start time zone.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.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:
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 |