public class BrandVettingCreator extends Creator<BrandVetting>
Constructor and Description |
---|
BrandVettingCreator(String pathBrandSid,
BrandVetting.VettingProvider vettingProvider)
Construct a new BrandVettingCreator.
|
Modifier and Type | Method and Description |
---|---|
BrandVetting |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
BrandVettingCreator |
setVettingId(String vettingId)
The unique ID of the vetting.
|
create, createAsync, createAsync
public BrandVettingCreator(String pathBrandSid, BrandVetting.VettingProvider vettingProvider)
pathBrandSid
- A2P BrandRegistration SidvettingProvider
- Third-party provider of the vettings to createpublic BrandVettingCreator setVettingId(String vettingId)
vettingId
- The unique ID of the vettingpublic BrandVetting create(TwilioRestClient client)
create
in class Creator<BrandVetting>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.