Class StyleSheetUpdater
- java.lang.Object
-
- com.twilio.base.Updater<StyleSheet>
-
- com.twilio.rest.preview.understand.assistant.StyleSheetUpdater
-
public class StyleSheetUpdater extends Updater<StyleSheet>
-
-
Constructor Summary
Constructors Constructor Description StyleSheetUpdater(String pathAssistantSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StyleSheetUpdatersetStyleSheet(Map<String,Object> styleSheet)StyleSheetupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
StyleSheetUpdater
public StyleSheetUpdater(String pathAssistantSid)
-
-
Method Detail
-
setStyleSheet
public StyleSheetUpdater setStyleSheet(Map<String,Object> styleSheet)
-
update
public StyleSheet update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<StyleSheet>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-