Class TaskDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Task>
-
- com.twilio.rest.taskrouter.v1.workspace.TaskDeleter
-
-
Constructor Summary
Constructors Constructor Description TaskDeleter(String pathWorkspaceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Execute a request using specified client.TaskDeleter
setIfMatch(String ifMatch)
-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Method Detail
-
setIfMatch
public TaskDeleter setIfMatch(String ifMatch)
-
delete
public boolean delete(TwilioRestClient client)
Description copied from class:Deleter
Execute a request using specified client.
-
-