$ApiTablesClient class

Constructors

$ApiTablesClient($Client _rootClient)
Creates a new DynamiteClient for api_tables requests.

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

$$show_Request({required int id, bool? oCSAPIRequest}) → Request
api v2 Get a table object.
$$show_Serializer() → DynamiteSerializer<ApiTablesShowResponseApplicationJson, void>
Builds a serializer to parse the response of $$show_Request.
$$update_Request({required int id, bool? oCSAPIRequest, ApiTablesUpdateRequestApplicationJson? $body}) → Request
api v2 Update tables properties.
$$update_Serializer() → DynamiteSerializer<ApiTablesUpdateResponseApplicationJson, void>
Builds a serializer to parse the response of $$update_Request.
$create_Request({required ApiTablesCreateRequestApplicationJson $body, bool? oCSAPIRequest}) → Request
api v2 Create a new table and return it.
$create_Serializer() → DynamiteSerializer<ApiTablesCreateResponseApplicationJson, void>
Builds a serializer to parse the response of $create_Request.
$destroy_Request({required int id, bool? oCSAPIRequest}) → Request
api v2 Delete a table.
$destroy_Serializer() → DynamiteSerializer<ApiTablesDestroyResponseApplicationJson, void>
Builds a serializer to parse the response of $destroy_Request.
$index_Request({bool? oCSAPIRequest}) → Request
api v2 Returns all Tables.
$index_Serializer() → DynamiteSerializer<ApiTablesIndexResponseApplicationJson, void>
Builds a serializer to parse the response of $index_Request.
$show({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiTablesShowResponseApplicationJson, void>>
api v2 Get a table object.
$transfer_Request({required int id, required ApiTablesTransferRequestApplicationJson $body, bool? oCSAPIRequest}) → Request
api v2 Transfer table.
$transfer_Serializer() → DynamiteSerializer<ApiTablesTransferResponseApplicationJson, void>
Builds a serializer to parse the response of $transfer_Request.
$update({required int id, bool? oCSAPIRequest, ApiTablesUpdateRequestApplicationJson? $body}) Future<DynamiteResponse<ApiTablesUpdateResponseApplicationJson, void>>
api v2 Update tables properties.
create({required ApiTablesCreateRequestApplicationJson $body, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiTablesCreateResponseApplicationJson, void>>
api v2 Create a new table and return it.
destroy({required int id, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiTablesDestroyResponseApplicationJson, void>>
api v2 Delete a table.
index({bool? oCSAPIRequest}) Future<DynamiteResponse<ApiTablesIndexResponseApplicationJson, void>>
api v2 Returns all Tables.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
transfer({required int id, required ApiTablesTransferRequestApplicationJson $body, bool? oCSAPIRequest}) Future<DynamiteResponse<ApiTablesTransferResponseApplicationJson, void>>
api v2 Transfer table.

Operators

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