Package com.twilio.rest.flexapi.v1
Class WebChannelDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<WebChannel>
-
- com.twilio.rest.flexapi.v1.WebChannelDeleter
-
public class WebChannelDeleter extends Deleter<WebChannel>
-
-
Constructor Summary
Constructors Constructor Description WebChannelDeleter(String pathSid)
Construct a new WebChannelDeleter.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
WebChannelDeleter
public WebChannelDeleter(String pathSid)
Construct a new WebChannelDeleter.- Parameters:
pathSid
- Flex Chat Channel Sid
-
-
Method Detail
-
delete
public boolean delete(TwilioRestClient client)
Make the request to the Twilio API to perform the delete.- Specified by:
delete
in classDeleter<WebChannel>
- Parameters:
client
- TwilioRestClient with which to make the request- Returns:
- true if the object was deleted
-
-