Uses of Class
com.bandwidth.messaging.models.BandwidthMessage
Package | Description |
---|---|
com.bandwidth.messaging.controllers | |
com.bandwidth.messaging.models |
-
Uses of BandwidthMessage in com.bandwidth.messaging.controllers
Methods in com.bandwidth.messaging.controllers that return types with arguments of type BandwidthMessage 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 BandwidthMessage in com.bandwidth.messaging.models
Methods in com.bandwidth.messaging.models that return BandwidthMessage Modifier and Type Method Description BandwidthMessage
BandwidthMessage.Builder. build()
Builds a newBandwidthMessage
object using the set fields.BandwidthMessage
BandwidthCallbackMessage. getMessage()
Getter for Message.Methods in com.bandwidth.messaging.models with parameters of type BandwidthMessage Modifier and Type Method Description BandwidthCallbackMessage.Builder
BandwidthCallbackMessage.Builder. message(BandwidthMessage message)
Setter for message.void
BandwidthCallbackMessage. setMessage(BandwidthMessage message)
Setter for Message.Constructors in com.bandwidth.messaging.models with parameters of type BandwidthMessage Constructor Description BandwidthCallbackMessage(java.lang.String time, java.lang.String type, java.lang.String to, java.lang.String errorCode, java.lang.String description, BandwidthMessage message)
Initialization constructor.