Uses of Class
com.bandwidth.utilities.FileWrapper
-
Packages that use FileWrapper Package Description com.bandwidth.http.request com.bandwidth.messaging.controllers -
-
Uses of FileWrapper in com.bandwidth.http.request
Methods in com.bandwidth.http.request that return FileWrapper Modifier and Type Method Description FileWrapper
MultipartFileWrapper. getFileWrapper()
Getter for file wrapper.Constructors in com.bandwidth.http.request with parameters of type FileWrapper Constructor Description MultipartFileWrapper(FileWrapper fileWrapper, Headers headers)
Initialization constructor. -
Uses of FileWrapper in com.bandwidth.messaging.controllers
Methods in com.bandwidth.messaging.controllers with parameters of type FileWrapper Modifier and Type Method Description ApiResponse<Void>
APIController. uploadMedia(String accountId, String mediaId, FileWrapper body, String contentType, String cacheControl)
uploadMedia.CompletableFuture<ApiResponse<Void>>
APIController. uploadMediaAsync(String accountId, String mediaId, FileWrapper body, String contentType, String cacheControl)
uploadMedia.
-