Constructor and Description |
---|
FunctionUpdater(String pathServiceSid,
String pathSid,
String friendlyName)
Construct a new FunctionUpdater.
|
Modifier and Type | Method and Description |
---|---|
Function |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public FunctionUpdater(String pathServiceSid, String pathSid, String friendlyName)
pathServiceSid
- The SID of the Service to update the Function resource
frompathSid
- The SID of the Function resource to updatefriendlyName
- A string to describe the Function resourcepublic Function update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.