Class FunctionCreator
- java.lang.Object
-
- com.twilio.base.Creator<Function>
-
- com.twilio.rest.serverless.v1.service.FunctionCreator
-
-
Constructor Summary
Constructors Constructor Description FunctionCreator(String pathServiceSid, String friendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function
create(TwilioRestClient client)
Execute a request using specified client.FunctionCreator
setFriendlyName(String friendlyName)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFriendlyName
public FunctionCreator setFriendlyName(String friendlyName)
-
-