Uses of Class
com.bandwidth.sdk.model.Media
Packages that use Media
-
Uses of Media in com.bandwidth.sdk.api
Methods in com.bandwidth.sdk.api that return types with arguments of type MediaModifier and TypeMethodDescriptionList Media Gets a list of your media files.MediaApi.listMediaWithHttpInfo
(String accountId, String continuationToken) List Media Gets a list of your media files.Method parameters in com.bandwidth.sdk.api with type arguments of type MediaModifier and TypeMethodDescriptionokhttp3.Call
MediaApi.listMediaAsync
(String accountId, String continuationToken, ApiCallback<List<Media>> _callback) List Media (asynchronously) Gets a list of your media files. -
Uses of Media in com.bandwidth.sdk.model
Methods in com.bandwidth.sdk.model that return MediaModifier and TypeMethodDescriptionMedia.contentLength
(Integer contentLength) static Media
Create an instance of Media given an JSON stringMedia.putAdditionalProperty
(String key, Object value) Set the additional (undeclared) property with the specified name and value.