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 CustomerProfilesChannelEndpointAssignmentcreate(TwilioRestClient client)Execute a request using specified client.CustomerProfilesChannelEndpointAssignmentCreatorsetChannelEndpointSid(String channelEndpointSid)CustomerProfilesChannelEndpointAssignmentCreatorsetChannelEndpointType(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:CreatorExecute a request using specified client.- Specified by:
createin classCreator<CustomerProfilesChannelEndpointAssignment>- Parameters:
client- client used to make request- Returns:
- Requested object
-
-