|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl<java.lang.Boolean,DeleteURI>
com.avaya.conferencing.api.acp.control.operations.DeleteURI
public class DeleteURI
Deletes a URI (in effect a file) from the ConferencingProvider.
The operation returns a Boolean indicating whether the URI was removed successfully.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface com.avaya.conferencing.api.acp.control.operations.Operation |
|---|
Operation.Impact |
| Method Summary | |
|---|---|
Operation.Impact |
getImpact()
Returns the impact of the operation. |
java.lang.String |
getUriToDelete()
|
Verb |
getVerb()
This gets the verb that describes this operation. |
void |
setUriToDelete(java.lang.String uriToDelete)
Sets the URI to delete from the ConferencingProvider. |
| Methods inherited from class com.avaya.conferencing.api.acp.control.operations.AbstractOperationImpl |
|---|
await, await, checkNotSubmitted, checkSubmitted, clone, get, get, isDone, isSubmitted, set, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getUriToDelete()
@ValuesDerivedFrom(value={GET_RECORDING_URIS,CALL_LISTS_GET})
public void setUriToDelete(java.lang.String uriToDelete)
uriToDelete - the URI top delete.public Operation.Impact getImpact()
public Verb getVerb()
|
Avaya Conferencing Provider API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||