Package com.twilio.rest.flexapi.v1
Class InsightsQuestionnairesCategoryUpdater
- java.lang.Object
-
- com.twilio.base.Updater<InsightsQuestionnairesCategory>
-
- com.twilio.rest.flexapi.v1.InsightsQuestionnairesCategoryUpdater
-
public class InsightsQuestionnairesCategoryUpdater extends Updater<InsightsQuestionnairesCategory>
-
-
Constructor Summary
Constructors Constructor Description InsightsQuestionnairesCategoryUpdater(String pathCategorySid, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InsightsQuestionnairesCategoryUpdater
setAuthorization(String authorization)
InsightsQuestionnairesCategoryUpdater
setName(String name)
InsightsQuestionnairesCategory
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setName
public InsightsQuestionnairesCategoryUpdater setName(String name)
-
setAuthorization
public InsightsQuestionnairesCategoryUpdater setAuthorization(String authorization)
-
update
public InsightsQuestionnairesCategory update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<InsightsQuestionnairesCategory>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-