Class ReplaceItemsCreator
- java.lang.Object
-
- com.twilio.base.Creator<ReplaceItems>
-
- com.twilio.rest.numbers.v2.regulatorycompliance.bundle.ReplaceItemsCreator
-
public class ReplaceItemsCreator extends Creator<ReplaceItems>
-
-
Constructor Summary
Constructors Constructor Description ReplaceItemsCreator(String pathBundleSid, String fromBundleSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReplaceItems
create(TwilioRestClient client)
Execute a request using specified client.ReplaceItemsCreator
setFromBundleSid(String fromBundleSid)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFromBundleSid
public ReplaceItemsCreator setFromBundleSid(String fromBundleSid)
-
create
public ReplaceItems create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<ReplaceItems>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-