Uses of Class
com.bandwidth.messaging.models.BandwidthMessage
-
Packages that use 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(String accountId, MessageRequest body)
createMessage.CompletableFuture<ApiResponse<BandwidthMessage>>
APIController. createMessageAsync(String accountId, 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(String time, String type, String to, String errorCode, String description, BandwidthMessage message)
Initialization constructor.
-