Class FieldTypeUpdater
- java.lang.Object
-
- com.twilio.base.Updater<FieldType>
-
- com.twilio.rest.autopilot.v1.assistant.FieldTypeUpdater
-
-
Constructor Summary
Constructors Constructor Description FieldTypeUpdater(String pathAssistantSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FieldTypeUpdatersetFriendlyName(String friendlyName)FieldTypeUpdatersetUniqueName(String uniqueName)FieldTypeupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public FieldTypeUpdater setFriendlyName(String friendlyName)
-
setUniqueName
public FieldTypeUpdater setUniqueName(String uniqueName)
-
-