Package com.twilio.rest.messaging.v1
Class BrandRegistrationCreator
- java.lang.Object
-
- com.twilio.base.Creator<BrandRegistration>
-
- com.twilio.rest.messaging.v1.BrandRegistrationCreator
-
public class BrandRegistrationCreator extends Creator<BrandRegistration>
-
-
Constructor Summary
Constructors Constructor Description BrandRegistrationCreator(String customerProfileBundleSid, String a2PProfileBundleSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BrandRegistrationcreate(TwilioRestClient client)Execute a request using specified client.BrandRegistrationCreatorsetA2PProfileBundleSid(String a2PProfileBundleSid)BrandRegistrationCreatorsetBrandType(String brandType)BrandRegistrationCreatorsetCustomerProfileBundleSid(String customerProfileBundleSid)BrandRegistrationCreatorsetMock(Boolean mock)BrandRegistrationCreatorsetSkipAutomaticSecVet(Boolean skipAutomaticSecVet)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setCustomerProfileBundleSid
public BrandRegistrationCreator setCustomerProfileBundleSid(String customerProfileBundleSid)
-
setA2PProfileBundleSid
public BrandRegistrationCreator setA2PProfileBundleSid(String a2PProfileBundleSid)
-
setBrandType
public BrandRegistrationCreator setBrandType(String brandType)
-
setMock
public BrandRegistrationCreator setMock(Boolean mock)
-
setSkipAutomaticSecVet
public BrandRegistrationCreator setSkipAutomaticSecVet(Boolean skipAutomaticSecVet)
-
create
public BrandRegistration create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<BrandRegistration>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-