Class KeyUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Key>
-
- com.twilio.rest.preview.deployedDevices.fleet.KeyUpdater
-
-
Constructor Summary
Constructors Constructor Description KeyUpdater(String pathFleetSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyUpdater
setDeviceSid(String deviceSid)
KeyUpdater
setFriendlyName(String friendlyName)
Key
update(TwilioRestClient client)
Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public KeyUpdater setFriendlyName(String friendlyName)
-
setDeviceSid
public KeyUpdater setDeviceSid(String deviceSid)
-
-