Uses of Class
com.bandwidth.messaging.models.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(java.lang.String userId, MessageRequest body)
createMessage.java.util.concurrent.CompletableFuture<ApiResponse<BandwidthMessage>>
APIController. createMessageAsync(java.lang.String userId, 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.