| Constructor and Description |
|---|
RatePlanUpdater(String pathSid)
Construct a new RatePlanUpdater.
|
| Modifier and Type | Method and Description |
|---|---|
RatePlanUpdater |
setFriendlyName(String friendlyName)
The friendly_name.
|
RatePlanUpdater |
setUniqueName(String uniqueName)
The unique_name.
|
RatePlan |
update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
|
update, updateAsync, updateAsyncpublic RatePlanUpdater(String pathSid)
pathSid - The sidpublic RatePlanUpdater setUniqueName(String uniqueName)
uniqueName - The unique_namepublic RatePlanUpdater setFriendlyName(String friendlyName)
friendlyName - The friendly_namepublic RatePlan update(TwilioRestClient client)
Copyright © 2016 Twilio, Inc. All Rights Reserved.