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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Servicecreate(TwilioRestClient client)Execute a request using specified client.TwilioResponse<Service>createWithResponse(TwilioRestClient client)ServiceCreatorsetFriendlyName(String friendlyName)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync, createWithResponse
-
-
-
-
Constructor Detail
-
ServiceCreator
public ServiceCreator(String friendlyName)
-
-
Method Detail
-
setFriendlyName
public ServiceCreator setFriendlyName(String friendlyName)
-
create
public Service create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.
-
createWithResponse
public TwilioResponse<Service> createWithResponse(TwilioRestClient client)
- Overrides:
createWithResponsein classCreator<Service>
-
-