Class DeviceConfigUpdater
- java.lang.Object
-
- com.twilio.base.Updater<DeviceConfig>
-
- com.twilio.rest.microvisor.v1.device.DeviceConfigUpdater
-
public class DeviceConfigUpdater extends Updater<DeviceConfig>
-
-
Constructor Summary
Constructors Constructor Description DeviceConfigUpdater(String pathDeviceSid, String pathKey, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeviceConfigUpdater
setValue(String value)
DeviceConfig
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setValue
public DeviceConfigUpdater setValue(String value)
-
update
public DeviceConfig update(TwilioRestClient client)
Description copied from class:Updater
Execute a request using specified client.- Specified by:
update
in classUpdater<DeviceConfig>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-