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