Uses of Class
com.twilio.rest.conversations.v1.service.conversation.MessageCreator
-
Packages that use MessageCreator Package Description com.twilio.rest.conversations.v1.service.conversation -
-
Uses of MessageCreator in com.twilio.rest.conversations.v1.service.conversation
Methods in com.twilio.rest.conversations.v1.service.conversation that return MessageCreator Modifier and Type Method Description static MessageCreatorMessage. creator(String pathChatServiceSid, String pathConversationSid)MessageCreatorMessageCreator. setAttributes(String attributes)MessageCreatorMessageCreator. setAuthor(String author)MessageCreatorMessageCreator. setBody(String body)MessageCreatorMessageCreator. setDateCreated(ZonedDateTime dateCreated)MessageCreatorMessageCreator. setDateUpdated(ZonedDateTime dateUpdated)MessageCreatorMessageCreator. setMediaSid(String mediaSid)MessageCreatorMessageCreator. setXTwilioWebhookEnabled(Message.WebhookEnabledType xTwilioWebhookEnabled)
-