Uses of Class
com.twilio.rest.api.v2010.account.call.UserDefinedMessageSubscriptionCreator
-
Packages that use UserDefinedMessageSubscriptionCreator Package Description com.twilio.rest.api.v2010.account.call -
-
Uses of UserDefinedMessageSubscriptionCreator in com.twilio.rest.api.v2010.account.call
Methods in com.twilio.rest.api.v2010.account.call that return UserDefinedMessageSubscriptionCreator Modifier and Type Method Description static UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscription. creator(String pathAccountSid, String pathCallSid, URI callback, HttpMethod method)static UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscription. creator(String pathCallSid, URI callback, HttpMethod method)UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscriptionCreator. setCallback(String callback)UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscriptionCreator. setCallback(URI callback)UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscriptionCreator. setIdempotencyKey(String idempotencyKey)UserDefinedMessageSubscriptionCreatorUserDefinedMessageSubscriptionCreator. setMethod(HttpMethod method)
-