Uses of Class
com.bandwidth.messaging.models.MessageRequest
-
Packages that use MessageRequest Package Description com.bandwidth.messaging.controllers com.bandwidth.messaging.models -
-
Uses of MessageRequest in com.bandwidth.messaging.controllers
Methods in com.bandwidth.messaging.controllers with parameters of type MessageRequest Modifier and Type Method Description ApiResponse<BandwidthMessage>
APIController. createMessage(String accountId, MessageRequest body)
createMessage.CompletableFuture<ApiResponse<BandwidthMessage>>
APIController. createMessageAsync(String accountId, MessageRequest body)
createMessage. -
Uses of MessageRequest in com.bandwidth.messaging.models
Methods in com.bandwidth.messaging.models that return MessageRequest Modifier and Type Method Description MessageRequest
MessageRequest.Builder. build()
Builds a newMessageRequest
object using the set fields.
-