MattermostUploadsApi class

Constructors

MattermostUploadsApi(MattermostApiClient apiClient)

Properties

apiClient MattermostApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createUpload(MmCreateUploadRequest mmCreateUploadRequest) Future<MmUploadSession?>
Create an upload
createUploadWithHttpInfo(MmCreateUploadRequest mmCreateUploadRequest) Future<Response>
Create an upload
getUpload(String uploadId) Future<void>
Get an upload session
getUploadWithHttpInfo(String uploadId) Future<Response>
Get an upload session
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
uploadData(String uploadId) Future<MmFileInfo?>
Perform a file upload
uploadDataWithHttpInfo(String uploadId) Future<Response>
Perform a file upload

Operators

operator ==(Object other) bool
The equality operator.
inherited