Uses of Class
net.bis5.mattermost.client4.model.FileUploadResult
-
Packages that use FileUploadResult Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api -
-
Uses of FileUploadResult in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 that return types with arguments of type FileUploadResult Modifier and Type Method Description ApiResponse<FileUploadResult>MattermostClient. uploadFile(String channelId, Path... filePaths) -
Uses of FileUploadResult in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api that return types with arguments of type FileUploadResult Modifier and Type Method Description ApiResponse<FileUploadResult>FilesApi. uploadFile(String channelId, Path... filePath)Upload a file to specified channel.
-