public class BulkCountryUpdateCreator extends Creator<BulkCountryUpdate>
Constructor and Description |
---|
BulkCountryUpdateCreator(String updateRequest)
Construct a new BulkCountryUpdateCreator.
|
Modifier and Type | Method and Description |
---|---|
BulkCountryUpdate |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsync
public BulkCountryUpdateCreator(String updateRequest)
updateRequest
- URL encoded JSON array of update objectspublic BulkCountryUpdate create(TwilioRestClient client)
create
in class Creator<BulkCountryUpdate>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.