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 BundleCopycreate(TwilioRestClient client)Execute a request using specified client.BundleCopyCreatorsetFriendlyName(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:CreatorExecute a request using specified client.- Specified by:
createin classCreator<BundleCopy>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-