Package com.twilio.rest.preview.wireless
Class RatePlanCreator
- java.lang.Object
-
- com.twilio.base.Creator<RatePlan>
-
- com.twilio.rest.preview.wireless.RatePlanCreator
-
-
Constructor Summary
Constructors Constructor Description RatePlanCreator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RatePlancreate(TwilioRestClient client)Execute a request using specified client.RatePlanCreatorsetCommandsEnabled(Boolean commandsEnabled)RatePlanCreatorsetDataEnabled(Boolean dataEnabled)RatePlanCreatorsetDataLimit(Integer dataLimit)RatePlanCreatorsetDataMetering(String dataMetering)RatePlanCreatorsetFriendlyName(String friendlyName)RatePlanCreatorsetInternationalRoaming(String internationalRoaming)RatePlanCreatorsetInternationalRoaming(List<String> internationalRoaming)RatePlanCreatorsetMessagingEnabled(Boolean messagingEnabled)RatePlanCreatorsetNationalRoamingEnabled(Boolean nationalRoamingEnabled)RatePlanCreatorsetUniqueName(String uniqueName)RatePlanCreatorsetVoiceEnabled(Boolean voiceEnabled)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setUniqueName
public RatePlanCreator setUniqueName(String uniqueName)
-
setFriendlyName
public RatePlanCreator setFriendlyName(String friendlyName)
-
setDataEnabled
public RatePlanCreator setDataEnabled(Boolean dataEnabled)
-
setDataLimit
public RatePlanCreator setDataLimit(Integer dataLimit)
-
setDataMetering
public RatePlanCreator setDataMetering(String dataMetering)
-
setMessagingEnabled
public RatePlanCreator setMessagingEnabled(Boolean messagingEnabled)
-
setVoiceEnabled
public RatePlanCreator setVoiceEnabled(Boolean voiceEnabled)
-
setCommandsEnabled
public RatePlanCreator setCommandsEnabled(Boolean commandsEnabled)
-
setNationalRoamingEnabled
public RatePlanCreator setNationalRoamingEnabled(Boolean nationalRoamingEnabled)
-
setInternationalRoaming
public RatePlanCreator setInternationalRoaming(List<String> internationalRoaming)
-
setInternationalRoaming
public RatePlanCreator setInternationalRoaming(String internationalRoaming)
-
-