CalendarDeletionOptions

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

public class CalendarDeletionOptions extends DeletionOptions

Defines parameters for item deletion

Constructors

ConstructorDescription
CalendarDeletionOptions()Initializes a new instance of the CalendarDeletionOptions class.
CalendarDeletionOptions(int type)Initializes a new instance of the CalendarDeletionOptions class.
CalendarDeletionOptions(int type, int notyficationType)Initializes a new instance of the CalendarDeletionOptions class.

Methods

MethodDescription
equals(Object arg0)
getClass()
getDefault()Gets instance of the DeletionOptions object with settings uses by default
getDeletePermanently()Gets instance of the DeletionOptions object with settings for permanent deletion
getMoveToDeletedItems()Gets instance of the DeletionOptions object with settings for moving to deleted items
getNotyficationType()Gets or sets value which indicates how members of event has to be notified
getType()Type of deletion
hashCode()
notify()
notifyAll()
setNotyficationType(int value)Gets or sets value which indicates how members of event has to be notified
setType(int value)Type of deletion
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

CalendarDeletionOptions()

public CalendarDeletionOptions()

Initializes a new instance of the CalendarDeletionOptions class.

CalendarDeletionOptions(int type)

public CalendarDeletionOptions(int type)

Initializes a new instance of the CalendarDeletionOptions class.

Parameters:

ParameterTypeDescription
typeintType of deletion

CalendarDeletionOptions(int type, int notyficationType)

public CalendarDeletionOptions(int type, int notyficationType)

Initializes a new instance of the CalendarDeletionOptions class.

Parameters:

ParameterTypeDescription
typeintType of deletion
notyficationTypeintindicates how members of event has to be notified

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefault()

public static CalendarDeletionOptions getDefault()

Gets instance of the DeletionOptions object with settings uses by default

Returns: CalendarDeletionOptions

getDeletePermanently()

public static CalendarDeletionOptions getDeletePermanently()

Gets instance of the DeletionOptions object with settings for permanent deletion

Returns: CalendarDeletionOptions

getMoveToDeletedItems()

public static CalendarDeletionOptions getMoveToDeletedItems()

Gets instance of the DeletionOptions object with settings for moving to deleted items

Returns: CalendarDeletionOptions

getNotyficationType()

public final int getNotyficationType()

Gets or sets value which indicates how members of event has to be notified

Returns: int

getType()

public final int getType()

Type of deletion

Returns: int

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setNotyficationType(int value)

public final void setNotyficationType(int value)

Gets or sets value which indicates how members of event has to be notified

Parameters:

ParameterTypeDescription
valueint

setType(int value)

public final void setType(int value)

Type of deletion

Parameters:

ParameterTypeDescription
valueint

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