Package com.twilio.rest.preview.wireless
Class RatePlanUpdater
- java.lang.Object
-
- com.twilio.base.Updater<RatePlan>
-
- com.twilio.rest.preview.wireless.RatePlanUpdater
-
public class RatePlanUpdater extends Updater<RatePlan>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description RatePlanUpdater(String pathSid)
Construct a new RatePlanUpdater.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
RatePlanUpdater
public RatePlanUpdater(String pathSid)
Construct a new RatePlanUpdater.- Parameters:
pathSid
- The sid
-
-
Method Detail
-
setUniqueName
public RatePlanUpdater setUniqueName(String uniqueName)
The unique_name.- Parameters:
uniqueName
- The unique_name- Returns:
- this
-
setFriendlyName
public RatePlanUpdater setFriendlyName(String friendlyName)
The friendly_name.- Parameters:
friendlyName
- The friendly_name- Returns:
- this
-
update
public RatePlan update(TwilioRestClient client)
Make the request to the Twilio API to perform the update.
-
-