Class BundleCreator
- java.lang.Object
-
- com.twilio.base.Creator<Bundle>
-
- com.twilio.rest.numbers.v2.regulatorycompliance.BundleCreator
-
-
Constructor Summary
Constructors Constructor Description BundleCreator(String friendlyName, String email)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Bundle
create(TwilioRestClient client)
Execute a request using specified client.BundleCreator
setEmail(String email)
BundleCreator
setEndUserType(Bundle.EndUserType endUserType)
BundleCreator
setFriendlyName(String friendlyName)
BundleCreator
setIsoCountry(String isoCountry)
BundleCreator
setIsTest(Boolean isTest)
BundleCreator
setNumberType(String numberType)
BundleCreator
setRegulationSid(String regulationSid)
BundleCreator
setStatusCallback(String statusCallback)
BundleCreator
setStatusCallback(URI statusCallback)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFriendlyName
public BundleCreator setFriendlyName(String friendlyName)
-
setEmail
public BundleCreator setEmail(String email)
-
setStatusCallback
public BundleCreator setStatusCallback(URI statusCallback)
-
setStatusCallback
public BundleCreator setStatusCallback(String statusCallback)
-
setRegulationSid
public BundleCreator setRegulationSid(String regulationSid)
-
setIsoCountry
public BundleCreator setIsoCountry(String isoCountry)
-
setEndUserType
public BundleCreator setEndUserType(Bundle.EndUserType endUserType)
-
setNumberType
public BundleCreator setNumberType(String numberType)
-
setIsTest
public BundleCreator setIsTest(Boolean isTest)
-
-