Class KeyUpdater
- java.lang.Object
-
- com.twilio.base.Updater<Key>
-
- com.twilio.rest.api.v2010.account.KeyUpdater
-
-
Constructor Summary
Constructors Constructor Description KeyUpdater(String pathSid)
KeyUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-