Uses of Class
com.bandwidth.messaging.models.BandwidthMessagesList
-
Packages that use BandwidthMessagesList Package Description com.bandwidth.messaging.controllers com.bandwidth.messaging.models -
-
Uses of BandwidthMessagesList in com.bandwidth.messaging.controllers
Methods in com.bandwidth.messaging.controllers that return types with arguments of type BandwidthMessagesList Modifier and Type Method Description ApiResponse<BandwidthMessagesList>
APIController. getMessages(String accountId, String messageId, String sourceTn, String destinationTn, String messageStatus, Integer errorCode, String fromDateTime, String toDateTime, String pageToken, Integer limit)
getMessages.CompletableFuture<ApiResponse<BandwidthMessagesList>>
APIController. getMessagesAsync(String accountId, String messageId, String sourceTn, String destinationTn, String messageStatus, Integer errorCode, String fromDateTime, String toDateTime, String pageToken, Integer limit)
getMessages. -
Uses of BandwidthMessagesList in com.bandwidth.messaging.models
Methods in com.bandwidth.messaging.models that return BandwidthMessagesList Modifier and Type Method Description BandwidthMessagesList
BandwidthMessagesList.Builder. build()
Builds a newBandwidthMessagesList
object using the set fields.
-