Uses of Class
com.bandwidth.sdk.model.Message
Packages that use Message
-
Uses of Message in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return MessageModifier and TypeMethodDescriptionMessagesApi.createMessage
(String accountId, MessageRequest messageRequest) Create Message Endpoint for sending text messages and picture messages using V2 messaging.Methods in com.bandwidth.sdk.api that return types with arguments of type MessageModifier and TypeMethodDescriptionMessagesApi.createMessageWithHttpInfo
(String accountId, MessageRequest messageRequest) Create Message Endpoint for sending text messages and picture messages using V2 messaging.Method parameters in com.bandwidth.sdk.api with type arguments of type MessageModifier and TypeMethodDescriptionokhttp3.Call
MessagesApi.createMessageAsync
(String accountId, MessageRequest messageRequest, ApiCallback<Message> _callback) Create Message (asynchronously) Endpoint for sending text messages and picture messages using V2 messaging. -
Uses of Message in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MessageModifier and TypeMethodDescriptionMessage.addMediaItem
(String mediaItem) Message.applicationId
(String applicationId) Message.direction
(MessageDirectionEnum direction) Message.expiration
(OffsetDateTime expiration) static Message
Create an instance of Message given an JSON stringMessage.priority
(PriorityEnum priority) Message.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.Message.segmentCount
(Integer segmentCount) Message.time
(OffsetDateTime time)