$FilesIntegrationClient class

Constructors

$FilesIntegrationClient.new($Client _rootClient)

Properties

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

Methods

getRoomByFileId({required String fileId, FilesIntegrationGetRoomByFileIdApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<FilesIntegrationGetRoomByFileIdResponseApplicationJson, void>>
Get the token of the room associated to the given file id.
getRoomByFileIdRaw({required String fileId, FilesIntegrationGetRoomByFileIdApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<FilesIntegrationGetRoomByFileIdResponseApplicationJson, void>
Get the token of the room associated to the given file id.
getRoomByShareToken({required String shareToken, FilesIntegrationGetRoomByShareTokenApiVersion? apiVersion, bool? oCSAPIRequest}) Future<DynamiteResponse<FilesIntegrationGetRoomByShareTokenResponseApplicationJson, void>>
Returns the token of the room associated to the file of the given share token.
getRoomByShareTokenRaw({required String shareToken, FilesIntegrationGetRoomByShareTokenApiVersion? apiVersion, bool? oCSAPIRequest}) DynamiteRawResponse<FilesIntegrationGetRoomByShareTokenResponseApplicationJson, void>
Returns the token of the room associated to the file of the given share token.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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