public class AssignedAddOnCreator extends Creator<AssignedAddOn>
| Constructor and Description |
|---|
AssignedAddOnCreator(String pathResourceSid,
String installedAddOnSid)
Construct a new AssignedAddOnCreator.
|
AssignedAddOnCreator(String pathAccountSid,
String pathResourceSid,
String installedAddOnSid)
Construct a new AssignedAddOnCreator.
|
| Modifier and Type | Method and Description |
|---|---|
AssignedAddOn |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsyncpublic AssignedAddOnCreator(String pathResourceSid, String installedAddOnSid)
pathResourceSid - The resource_sidinstalledAddOnSid - A string that uniquely identifies the Add-on
installationpublic AssignedAddOnCreator(String pathAccountSid, String pathResourceSid, String installedAddOnSid)
pathAccountSid - The account_sidpathResourceSid - The resource_sidinstalledAddOnSid - A string that uniquely identifies the Add-on
installationpublic AssignedAddOn create(TwilioRestClient client)
create in class Creator<AssignedAddOn>client - TwilioRestClient with which to make the requestCopyright © 2016 Twilio, Inc. All Rights Reserved.