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)
Construct a new PublicKeyUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PublicKeyUpdater
setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource.PublicKey
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
PublicKeyUpdater
public PublicKeyUpdater(String pathSid)
Construct a new PublicKeyUpdater.- Parameters:
pathSid
- The unique string that identifies the resource
-
-
Method Detail
-
setFriendlyName
public PublicKeyUpdater setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource. It can be up to 64 characters long..- Parameters:
friendlyName
- A string to describe the resource- Returns:
- this
-
update
public PublicKey update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
-
-