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