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