CategoryApi class

Constructors

CategoryApi(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

cgetCategories({required String xKeyclicApp, String? acceptLanguage, DateTime? xDateTime, String? xKeyclicAppPlatform, String? xKeyclicAppVersion, List<String>? orderLeftSquareBracketRightSquareBracket, String? businessActivity, List<String>? businessActivitiesLeftSquareBracketRightSquareBracket, DateTime? after, DateTime? before, String? geoPoint, String? geoCoordinates, String? leaf, String? level, String? organization, List<String>? organizationsLeftSquareBracketRightSquareBracket, String? query, int? page, int? limit, CancelToken? cancelToken, Map<String, dynamic>? headers, Map<String, dynamic>? extra, ValidateStatus? validateStatus, ProgressCallback? onSendProgress, ProgressCallback? onReceiveProgress}) Future<Response<CategoryPagination>>
Retrieve all Category resources.
deleteCategory({required String xKeyclicApp, required String category, 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<void>>
Remove one Category resource.
getCategory({required String xKeyclicApp, required String category, 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<Category>>
Retrieve one Category resource.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patchCategory({required String xKeyclicApp, required String category, required CategoryPatch categoryPatch, 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<Category>>
Edit one Category resource.
postCategory({required String xKeyclicApp, required CategoryData categoryData, 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<Category>>
Create one Category resource.
toString() String
A string representation of this object.
inherited

Operators

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