T
- type of the resourcepublic abstract class Deleter<T extends Resource> extends Object
Constructor and Description |
---|
Deleter() |
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
async()
Execute an async request using default client.
|
com.google.common.util.concurrent.ListenableFuture<Boolean> |
async(TwilioRestClient client)
Execute an async request using specified client.
|
boolean |
execute()
Execute a request using default client.
|
abstract boolean |
execute(TwilioRestClient client)
Execute a request using specified client.
|
public com.google.common.util.concurrent.ListenableFuture<Boolean> async()
public com.google.common.util.concurrent.ListenableFuture<Boolean> async(TwilioRestClient client)
client
- client used to make requestpublic boolean execute()
public abstract boolean execute(TwilioRestClient client)
client
- client used to make requestCopyright © 2011 Twilio, Inc. All Rights Reserved.