Uses of Class
com.bandwidth.utilities.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<java.lang.Void>
APIController. uploadMedia(java.lang.String userId, java.lang.String mediaId, long contentLength, FileWrapper body, java.lang.String contentType, java.lang.String cacheControl)
uploadMedia.java.util.concurrent.CompletableFuture<ApiResponse<java.lang.Void>>
APIController. uploadMediaAsync(java.lang.String userId, java.lang.String mediaId, long contentLength, FileWrapper body, java.lang.String contentType, java.lang.String cacheControl)
uploadMedia.