Package com.twilio.rest.conversations.v1
Class ConversationDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<Conversation>
-
- com.twilio.rest.conversations.v1.ConversationDeleter
-
public class ConversationDeleter extends Deleter<Conversation>
-
-
Constructor Summary
Constructors Constructor Description ConversationDeleter(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandelete(TwilioRestClient client)Execute a request using specified client.ConversationDeletersetXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
ConversationDeleter
public ConversationDeleter(String pathSid)
-
-
Method Detail
-
setXTwilioWebhookEnabled
public ConversationDeleter setXTwilioWebhookEnabled(Conversation.WebhookEnabledType xTwilioWebhookEnabled)
-
delete
public boolean delete(TwilioRestClient client)
Description copied from class:DeleterExecute a request using specified client.- Specified by:
deletein classDeleter<Conversation>- Parameters:
client- client used to make request- Returns:
- true if the object was deleted
-
-