Constructor and Description |
---|
RatePlanUpdater(String pathSid)
Construct a new RatePlanUpdater.
|
Modifier and Type | Method and Description |
---|---|
RatePlanUpdater |
setFriendlyName(String friendlyName)
A descriptive string that you create to describe the resource.
|
RatePlanUpdater |
setUniqueName(String uniqueName)
An application-defined string that uniquely identifies the resource.
|
RatePlan |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsync
public RatePlanUpdater(String pathSid)
pathSid
- The SID that identifies the resource to updatepublic RatePlanUpdater setUniqueName(String uniqueName)
uniqueName
- An application-defined string that uniquely identifies the
resourcepublic RatePlanUpdater setFriendlyName(String friendlyName)
friendlyName
- A string to describe the resourcepublic RatePlan update(TwilioRestClient client)
Copyright © 2019 Twilio, Inc. All Rights Reserved.