FieldsService class

Constructors

FieldsService({required String qBRealmHostname, required String baseUrl, required String appAuthorization})

Properties

appAuthorization String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
qBRealmHostname String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createField({required String? tableId, required FieldsUpsertRequest request, String? authorization, String? userAgent}) Future<FieldResponse>
Create a field
deleteFields({required String tableId, required FieldsRequest request, String? authorization, String? userAgent}) Future<FieldsDeletedResponse>
Delete field(s)
getField({required int fieldId, required String tableId, String? authorization, bool? includeFieldPerms, String? userAgent}) Future<FieldResponse>
Get field
getFields({required String tableId, String? authorization, bool? includeFieldPerms, String? userAgent}) Future<List<FieldResponse>>
Get fields for a table
getFieldsUsage({required String tableId, String? authorization, GetFieldUsagesRequest? request, String? userAgent}) Future<List<FieldUsageResponse>>
Get usage for all fields
getFieldUsage({required int fieldId, required String tableId, String? authorization, String? userAgent}) Future<FieldUsageResponse>
Get usage for a field
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateField({required String tableId, required int fieldId, required FieldsUpsertRequest request, String? authorization, String? userAgent}) Future<FieldResponse>
Update a field

Operators

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