Class CustomerProfilesChannelEndpointAssignmentCreator
- java.lang.Object
-
- com.twilio.base.Creator<CustomerProfilesChannelEndpointAssignment>
-
- com.twilio.rest.trusthub.v1.customerprofiles.CustomerProfilesChannelEndpointAssignmentCreator
-
public class CustomerProfilesChannelEndpointAssignmentCreator extends Creator<CustomerProfilesChannelEndpointAssignment>
-
-
Constructor Summary
Constructors Constructor Description CustomerProfilesChannelEndpointAssignmentCreator(String pathCustomerProfileSid, String channelEndpointType, String channelEndpointSid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerProfilesChannelEndpointAssignment
create(TwilioRestClient client)
Execute a request using specified client.CustomerProfilesChannelEndpointAssignmentCreator
setChannelEndpointSid(String channelEndpointSid)
CustomerProfilesChannelEndpointAssignmentCreator
setChannelEndpointType(String channelEndpointType)
-
Methods inherited from class com.twilio.base.Creator
create, createAsync, createAsync
-
-
-
-
Method Detail
-
setChannelEndpointType
public CustomerProfilesChannelEndpointAssignmentCreator setChannelEndpointType(String channelEndpointType)
-
setChannelEndpointSid
public CustomerProfilesChannelEndpointAssignmentCreator setChannelEndpointSid(String channelEndpointSid)
-
create
public CustomerProfilesChannelEndpointAssignment create(TwilioRestClient client)
Description copied from class:Creator
Execute a request using specified client.- Specified by:
create
in classCreator<CustomerProfilesChannelEndpointAssignment>
- Parameters:
client
- client used to make request- Returns:
- Requested object
-
-