Class PublicKeyUpdater
- java.lang.Object
-
- com.twilio.base.Updater<PublicKey>
-
- com.twilio.rest.accounts.v1.credential.PublicKeyUpdater
-
-
Constructor Summary
Constructors Constructor Description PublicKeyUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicKeyUpdatersetFriendlyName(String friendlyName)PublicKeyupdate(TwilioRestClient client)Execute a request using specified client.TwilioResponse<PublicKey>updateWithResponse(TwilioRestClient client)-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync, updateWithResponse
-
-
-
-
Constructor Detail
-
PublicKeyUpdater
public PublicKeyUpdater(String pathSid)
-
-
Method Detail
-
setFriendlyName
public PublicKeyUpdater setFriendlyName(String friendlyName)
-
update
public PublicKey update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.
-
updateWithResponse
public TwilioResponse<PublicKey> updateWithResponse(TwilioRestClient client)
- Overrides:
updateWithResponsein classUpdater<PublicKey>
-
-