Uses of Class
com.bandwidth.messaging.models.Media
-
Packages that use Media Package Description com.bandwidth.messaging.controllers com.bandwidth.messaging.models -
-
Uses of Media in com.bandwidth.messaging.controllers
Methods in com.bandwidth.messaging.controllers that return types with arguments of type Media Modifier and Type Method Description ApiResponse<List<Media>>
APIController. listMedia(String accountId, String continuationToken)
listMedia.CompletableFuture<ApiResponse<List<Media>>>
APIController. listMediaAsync(String accountId, String continuationToken)
listMedia. -
Uses of Media in com.bandwidth.messaging.models
Methods in com.bandwidth.messaging.models that return Media Modifier and Type Method Description Media
Media.Builder. build()
Builds a newMedia
object using the set fields.
-