PlaceApi class

Constructors

PlaceApi(ApiClient _apiClient)
const

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

cgetDocumentsByPlace({required String xKeyclicApp, required String place, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, String? organization, List<String>? organizationsLeftSquareBracketRightSquareBracket, String? state, List<String>? statesLeftSquareBracketRightSquareBracket, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<DocumentPagination>>
Retrieve all Document resources.
cgetPlaces({required String xKeyclicApp, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, String? branchCode, String? businessActivity, List<String>? businessActivitiesLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, String? geoElevation, List<String>? geoHashLeftSquareBracketRightSquareBracket, String? geoPoint, String? geoCoordinates, String? leaf, String? level, String? organization, List<String>? organizationsLeftSquareBracketRightSquareBracket, String? parent, List<String>? parentsLeftSquareBracketRightSquareBracket, String? query, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<PlacePagination>>
Retrieve all Place resources.
cgetPlansByPlace({required String xKeyclicApp, required String place, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<PlanPagination>>
Retrieve all Plan resources.
getGeoByPlace({required String xKeyclicApp, required String place, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<GeoShape>>
Retrieve one Geo resource.
getPlace({required String xKeyclicApp, required String place, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Place>>
Retrieve one Place resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchPlace({required String xKeyclicApp, required String place, required PlacePatch placePatch, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Place>>
Edit one Place resource.
postDocumentByPlace({required String xKeyclicApp, required String place, required DocumentData documentData, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Document>>
Create one Document resource.
postPlace({required String xKeyclicApp, required PlaceData placeData, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Place>>
Create one Place resource.
postWorkflowByPlace({required String xKeyclicApp, required String place, required WorkflowData workflowData, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<Place>>
Create one Workflow resource.
toString() String
A string representation of this object.
inherited

Operators

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