DeletionOptions

Inheritance: java.lang.Object

public class DeletionOptions

Defines parameters for item deletion

Constructors

ConstructorDescription
DeletionOptions()Initializes a new instance of the DeletionOptions class.
DeletionOptions(int type)Initializes a new instance of the DeletionOptions 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
getType()Type of deletion
hashCode()
notify()
notifyAll()
setType(int value)Type of deletion
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DeletionOptions()

public DeletionOptions()

Initializes a new instance of the DeletionOptions class.

DeletionOptions(int type)

public DeletionOptions(int type)

Initializes a new instance of the DeletionOptions class.

Parameters:

ParameterTypeDescription
typeintType of deletion

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 DeletionOptions getDefault()

Gets instance of the DeletionOptions object with settings uses by default

Returns: DeletionOptions

getDeletePermanently()

public static DeletionOptions getDeletePermanently()

Gets instance of the DeletionOptions object with settings for permanent deletion

Returns: DeletionOptions

getMoveToDeletedItems()

public static DeletionOptions getMoveToDeletedItems()

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

Returns: DeletionOptions

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()

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