Package com.twilio.rest.flexapi.v1
Class WebChannelCreator
- java.lang.Object
-
- com.twilio.base.Creator<WebChannel>
-
- com.twilio.rest.flexapi.v1.WebChannelCreator
-
public class WebChannelCreator extends Creator<WebChannel>
-
-
Constructor Summary
Constructors Constructor Description WebChannelCreator(String flexFlowSid, String identity, String customerFriendlyName, String chatFriendlyName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WebChannelcreate(TwilioRestClient client)Execute a request using specified client.WebChannelCreatorsetChatFriendlyName(String chatFriendlyName)WebChannelCreatorsetChatUniqueName(String chatUniqueName)WebChannelCreatorsetCustomerFriendlyName(String customerFriendlyName)WebChannelCreatorsetFlexFlowSid(String flexFlowSid)WebChannelCreatorsetIdentity(String identity)WebChannelCreatorsetPreEngagementData(String preEngagementData)-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setFlexFlowSid
public WebChannelCreator setFlexFlowSid(String flexFlowSid)
-
setIdentity
public WebChannelCreator setIdentity(String identity)
-
setCustomerFriendlyName
public WebChannelCreator setCustomerFriendlyName(String customerFriendlyName)
-
setChatFriendlyName
public WebChannelCreator setChatFriendlyName(String chatFriendlyName)
-
setChatUniqueName
public WebChannelCreator setChatUniqueName(String chatUniqueName)
-
setPreEngagementData
public WebChannelCreator setPreEngagementData(String preEngagementData)
-
create
public WebChannel create(TwilioRestClient client)
Description copied from class:CreatorExecute a request using specified client.- Specified by:
createin classCreator<WebChannel>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-