Uses of Class
com.twilio.rest.conversations.v1.conversation.MessageCreator
-
Packages that use MessageCreator Package Description com.twilio.rest.conversations.v1.conversation -
-
Uses of MessageCreator in com.twilio.rest.conversations.v1.conversation
Methods in com.twilio.rest.conversations.v1.conversation that return MessageCreator Modifier and Type Method Description static MessageCreatorMessage. creator(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)
-