DeletionOptions
Contents
[
Hide
]Inheritance: java.lang.Object
public class DeletionOptions
Defines parameters for item deletion
Constructors
Constructor | Description |
---|---|
DeletionOptions() | Initializes a new instance of the DeletionOptions class. |
DeletionOptions(int type) | Initializes a new instance of the DeletionOptions class. |
Methods
Method | Description |
---|---|
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:
Parameter | Type | Description |
---|---|---|
type | int | Type of deletion |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.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:
Parameter | Type | Description |
---|---|---|
value | int |
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 |