$FilesIntegrationClient class
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_Request({required String fileId, FilesIntegrationGetRoomByFileIdApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Get the token of the room associated to the given file id.
-
$getRoomByFileId_Serializer()
→ DynamiteSerializer<FilesIntegrationGetRoomByFileIdResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getRoomByFileId_Request.
-
$getRoomByShareToken_Request({required String shareToken, FilesIntegrationGetRoomByShareTokenApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Returns the token of the room associated to the file of the given share token.
-
$getRoomByShareToken_Serializer()
→ DynamiteSerializer<FilesIntegrationGetRoomByShareTokenResponseApplicationJson, void>
-
Builds a serializer to parse the response of $getRoomByShareToken_Request.
-
$publicShareAuthCreateRoom_Request({required PublicShareAuthCreateRoomRequestApplicationJson $body, PublicShareAuthCreateRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ Request
-
Creates a new room for video verification (requesting the password of a share).
-
$publicShareAuthCreateRoom_Serializer()
→ DynamiteSerializer<PublicShareAuthCreateRoomResponseApplicationJson, void>
-
Builds a serializer to parse the response of $publicShareAuthCreateRoom_Request.
-
getRoomByFileId({required String fileId, FilesIntegrationGetRoomByFileIdApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<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.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
publicShareAuthCreateRoom({required PublicShareAuthCreateRoomRequestApplicationJson $body, PublicShareAuthCreateRoomApiVersion? apiVersion, bool? oCSAPIRequest})
→ Future<DynamiteResponse<PublicShareAuthCreateRoomResponseApplicationJson, void>>
-
Creates a new room for video verification (requesting the password of a share).
-
toString()
→ String
-
A string representation of this object.
inherited