public class ReplaceItemsCreator extends Creator<ReplaceItems>
Constructor and Description |
---|
ReplaceItemsCreator(String pathBundleSid,
String fromBundleSid)
Construct a new ReplaceItemsCreator.
|
Modifier and Type | Method and Description |
---|---|
ReplaceItems |
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
|
create, createAsync, createAsync
public ReplaceItemsCreator(String pathBundleSid, String fromBundleSid)
pathBundleSid
- The unique string that identifies the Bundle where the
item assignments are going to be replacedfromBundleSid
- The source bundle sid to copy the item assignments frompublic ReplaceItems create(TwilioRestClient client)
create
in class Creator<ReplaceItems>
client
- TwilioRestClient with which to make the requestCopyright © 2019 Twilio, Inc. All Rights Reserved.