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 InsightsQuestionnairesCategoryUpdatersetAuthorization(String authorization)InsightsQuestionnairesCategoryUpdatersetName(String name)InsightsQuestionnairesCategoryupdate(TwilioRestClient client)Execute a request using specified client.TwilioResponse<InsightsQuestionnairesCategory>updateWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync, updateWithResponse
-
-
-
-
Method Detail
-
setName
public InsightsQuestionnairesCategoryUpdater setName(String name)
-
setAuthorization
public InsightsQuestionnairesCategoryUpdater setAuthorization(String authorization)
-
update
public InsightsQuestionnairesCategory update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<InsightsQuestionnairesCategory>- Parameters:
client- client used to make request- Returns:
- Requested object
-
updateWithResponse
public TwilioResponse<InsightsQuestionnairesCategory> updateWithResponse(TwilioRestClient client)
- Overrides:
updateWithResponsein classUpdater<InsightsQuestionnairesCategory>
-
-