Package com.twilio.rest.flexapi.v1
Class InsightsQuestionnairesDeleter
- java.lang.Object
-
- com.twilio.base.Deleter<InsightsQuestionnaires>
-
- com.twilio.rest.flexapi.v1.InsightsQuestionnairesDeleter
-
public class InsightsQuestionnairesDeleter extends Deleter<InsightsQuestionnaires>
-
-
Constructor Summary
Constructors Constructor Description InsightsQuestionnairesDeleter(String pathQuestionnaireSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
delete(TwilioRestClient client)
Execute a request using specified client.InsightsQuestionnairesDeleter
setAuthorization(String authorization)
-
Methods inherited from class com.twilio.base.Deleter
delete, deleteAsync, deleteAsync
-
-
-
-
Constructor Detail
-
InsightsQuestionnairesDeleter
public InsightsQuestionnairesDeleter(String pathQuestionnaireSid)
-
-
Method Detail
-
setAuthorization
public InsightsQuestionnairesDeleter 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<InsightsQuestionnaires>
- Parameters:
client
- client used to make request- Returns:
- true if the object was deleted
-
-