Class TaskChannelDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<TaskChannel>
-
- com.twilio.rest.taskrouter.v1.workspace.TaskChannelDeleter
-
public class TaskChannelDeleter extends Deleter<TaskChannel>
-
-
Constructor Summary
Constructors Constructor Description TaskChannelDeleter(String pathWorkspaceSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandelete(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Boolean>deleteWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync, deleteWithResponse
-
-
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Description copied from class:DeleterExecute a request using specified client.- Specified by:
deletein classDeleter<TaskChannel>- Parameters:
client- client used to make request- Returns:
- true if the object was deleted
-
deleteWithResponse
public TwilioResponse<Boolean> deleteWithResponse(TwilioRestClient client)
- Overrides:
deleteWithResponsein classDeleter<TaskChannel>
-
-