Package com.twilio.rest.preview.wireless
Class RatePlanUpdater
- java.lang.Object
-
- com.twilio.base.Updater<RatePlan>
-
- com.twilio.rest.preview.wireless.RatePlanUpdater
-
-
Constructor Summary
Constructors Constructor Description RatePlanUpdater(String pathSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RatePlanUpdatersetFriendlyName(String friendlyName)RatePlanUpdatersetUniqueName(String uniqueName)RatePlanupdate(TwilioRestClient client)Execute a request using specified client.-
Methods inherited from class com.twilio.base.Updater
update, updateAsync, updateAsync
-
-
-
-
Constructor Detail
-
RatePlanUpdater
public RatePlanUpdater(String pathSid)
-
-
Method Detail
-
setUniqueName
public RatePlanUpdater setUniqueName(String uniqueName)
-
setFriendlyName
public RatePlanUpdater setFriendlyName(String friendlyName)
-
-