Class AssetCreator
- java.lang.Object
-
- com.twilio.base.Creator<Asset>
-
- com.twilio.rest.serverless.v1.service.AssetCreator
-
public class AssetCreator extends Creator<Asset>
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
-
-
Constructor Summary
Constructors Constructor Description AssetCreator(String pathServiceSid, String friendlyName)
Construct a new AssetCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Asset
create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
create
public Asset create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
-
-