Uses of Class
com.twilio.rest.ipmessaging.v2.service.ChannelCreator
-
Packages that use ChannelCreator Package Description com.twilio.rest.ipmessaging.v2.service -
-
Uses of ChannelCreator in com.twilio.rest.ipmessaging.v2.service
Methods in com.twilio.rest.ipmessaging.v2.service that return ChannelCreator Modifier and Type Method Description static ChannelCreatorChannel. creator(String pathServiceSid)ChannelCreatorChannelCreator. setAttributes(String attributes)ChannelCreatorChannelCreator. setCreatedBy(String createdBy)ChannelCreatorChannelCreator. setDateCreated(ZonedDateTime dateCreated)ChannelCreatorChannelCreator. setDateUpdated(ZonedDateTime dateUpdated)ChannelCreatorChannelCreator. setFriendlyName(String friendlyName)ChannelCreatorChannelCreator. setType(Channel.ChannelType type)ChannelCreatorChannelCreator. setUniqueName(String uniqueName)ChannelCreatorChannelCreator. setXTwilioWebhookEnabled(Channel.WebhookEnabledType xTwilioWebhookEnabled)
-