Package com.twilio.rest.flexapi.v1
Class InsightsQuestionnairesQuestionDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<InsightsQuestionnairesQuestion>
-
- com.twilio.rest.flexapi.v1.InsightsQuestionnairesQuestionDeleter
-
public class InsightsQuestionnairesQuestionDeleter extends Deleter<InsightsQuestionnairesQuestion>
-
-
Constructor Summary
Constructors Constructor Description InsightsQuestionnairesQuestionDeleter(String pathQuestionSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Execute a request using specified client.InsightsQuestionnairesQuestionDeleter
setAuthorization(String authorization)
-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
InsightsQuestionnairesQuestionDeleter
public InsightsQuestionnairesQuestionDeleter(String pathQuestionSid)
-
-
Method Detail
-
setAuthorization
public InsightsQuestionnairesQuestionDeleter setAuthorization(String authorization)
-
delete
public boolean delete(TwilioRestClient client)
Description copied from class:Deleter
Execute a request using specified client.- Specified by:
delete
in classDeleter<InsightsQuestionnairesQuestion>
- Parameters:
client
- client used to make request- Returns:
- true if the object was deleted
-
-