Class SigningKeyUpdater
- java.lang.Object
-
- com.twilio.base.Updater<SigningKey>
-
- com.twilio.rest.api.v2010.account.SigningKeyUpdater
-
public class SigningKeyUpdater extends Updater<SigningKey>
-
-
Constructor Summary
Constructors Constructor Description SigningKeyUpdater(String pathSid)SigningKeyUpdater(String pathAccountSid, String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SigningKeyUpdatersetFriendlyName(String friendlyName)SigningKeyupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Method Detail
-
setFriendlyName
public SigningKeyUpdater setFriendlyName(String friendlyName)
-
update
public SigningKey update(TwilioRestClient client)
Description copied from class:UpdaterExecute a request using specified client.- Specified by:
updatein classUpdater<SigningKey>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-