Package com.twilio.rest.chat.v1
Class ServiceCreator
- java.lang.Object
-
- com.twilio.base.Creator<Service>
-
- com.twilio.rest.chat.v1.ServiceCreator
-
-
Constructor Summary
Constructors Constructor Description ServiceCreator(String friendlyName)
Construct a new ServiceCreator.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Service
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
-
-
-
-
Constructor Detail
-
ServiceCreator
public ServiceCreator(String friendlyName)
Construct a new ServiceCreator.- Parameters:
friendlyName
- A string to describe the resource
-
-
Method Detail
-
create
public Service create(TwilioRestClient client)
Make the request to the Twilio API to perform the create.
-
-