|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DisposalType | |
|---|---|
| com.microsoft.exchange.messages | |
| com.microsoft.exchange.types | |
| Uses of DisposalType in com.microsoft.exchange.messages |
|---|
| Fields in com.microsoft.exchange.messages declared as DisposalType | |
|---|---|
protected DisposalType |
DeleteItem.deleteType
|
protected DisposalType |
DeleteFolder.deleteType
|
| Methods in com.microsoft.exchange.messages that return DisposalType | |
|---|---|
DisposalType |
DeleteItem.getDeleteType()
Gets the value of the deleteType property. |
DisposalType |
DeleteFolder.getDeleteType()
Gets the value of the deleteType property. |
| Methods in com.microsoft.exchange.messages with parameters of type DisposalType | |
|---|---|
void |
DeleteItem.setDeleteType(DisposalType value)
Sets the value of the deleteType property. |
void |
DeleteFolder.setDeleteType(DisposalType value)
Sets the value of the deleteType property. |
| Uses of DisposalType in com.microsoft.exchange.types |
|---|
| Methods in com.microsoft.exchange.types that return DisposalType | |
|---|---|
static DisposalType |
DisposalType.fromValue(String v)
|
static DisposalType |
DisposalType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DisposalType[] |
DisposalType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||