CodeApi class
Methods
-
createCode(CodeDto codeDto)
→ Future<CodeDto?>
-
Create a Code
-
createCodes(List<CodeDto> codeDto)
→ Future<List<CodeDto>?>
-
Create a batch of codes
-
createCodesWithHttpInfo(List<CodeDto> codeDto)
→ Future<Response>
-
Create a batch of codes
-
createCodeWithHttpInfo(CodeDto codeDto)
→ Future<Response>
-
Create a Code
-
filterCodesBy({String? startKey, String? startDocumentId, int? limit, int? skip, String? sort, bool? desc, FilterChain<CodeDto>? filterChainCode})
→ Future<PaginatedListCodeDto?>
-
Filter codes
-
filterCodesByWithHttpInfo({String? startKey, String? startDocumentId, int? limit, int? skip, String? sort, bool? desc, FilterChain<CodeDto>? filterChainCode})
→ Future<Response>
-
Filter codes
-
findCodesByLabel({String? region, String? types, String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListCodeDto?>
-
Finding codes by code, type and version with pagination.
-
findCodesByLabelWithHttpInfo({String? region, String? types, String? language, String? label, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding codes by code, type and version with pagination.
-
findCodesByLink(String linkType, {String? linkedId, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListCodeDto?>
-
Finding codes by code, type and version with pagination.
-
findCodesByLinkWithHttpInfo(String linkType, {String? linkedId, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding codes by code, type and version with pagination.
-
findCodesByType({String? region, String? type, String? code, String? version, String? startKey, String? startDocumentId, int? limit})
→ Future<PaginatedListCodeDto?>
-
Finding codes by code, type and version with pagination.
-
findCodesByTypeWithHttpInfo({String? region, String? type, String? code, String? version, String? startKey, String? startDocumentId, int? limit})
→ Future<Response>
-
Finding codes by code, type and version with pagination.
-
getCode(String codeId)
→ Future<CodeDto?>
-
Get a code
-
getCodes(ListOfIdsDto listOfIdsDto)
→ Future<List<CodeDto>?>
-
Get a list of codes by ids
-
getCodesWithHttpInfo(ListOfIdsDto listOfIdsDto)
→ Future<Response>
-
Get a list of codes by ids
-
getCodeWithHttpInfo(String codeId)
→ Future<Response>
-
Get a code
-
getCodeWithParts(String type, String code, String version)
→ Future<CodeDto?>
-
Get a code
-
getCodeWithPartsWithHttpInfo(String type, String code, String version)
→ Future<Response>
-
Get a code
-
importCodes(String codeType)
→ Future<Object?>
-
Import codes
-
importCodesWithHttpInfo(String codeType)
→ Future<Response>
-
Import codes
-
listCodesByRegionTypeCodeVersion({String? region, String? type, String? code, String? version})
→ Future<List<CodeDto>?>
-
Finding codes by code, type and version
-
listCodesByRegionTypeCodeVersionWithHttpInfo({String? region, String? type, String? code, String? version})
→ Future<Response>
-
Finding codes by code, type and version
-
listCodeTypesBy({String? region, String? type})
→ Future<List<String>?>
-
Finding code types.
-
listCodeTypesByWithHttpInfo({String? region, String? type})
→ Future<Response>
-
Finding code types.
-
listTagTypesBy({String? region, String? type})
→ Future<List<String>?>
-
Finding tag types.
-
listTagTypesByWithHttpInfo({String? region, String? type})
→ Future<Response>
-
Finding tag types.
-
matchCodesBy(AbstractFilterDto<CodeDto> abstractFilterDtoCode)
→ Future<List<String>?>
-
Get ids of code matching the provided filter for the current user (HcParty)
-
matchCodesByWithHttpInfo(AbstractFilterDto<CodeDto> abstractFilterDtoCode)
→ Future<Response>
-
Get ids of code matching the provided filter for the current user (HcParty)
-
modifyCode(CodeDto codeDto)
→ Future<CodeDto?>
-
Modify a code
-
modifyCodes(List<CodeDto> codeDto)
→ Future<List<CodeDto>?>
-
Modify a batch of codes
-
modifyCodesWithHttpInfo(List<CodeDto> codeDto)
→ Future<Response>
-
Modify a batch of codes
-
modifyCodeWithHttpInfo(CodeDto codeDto)
→ Future<Response>
-
Modify a code
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited