TarificationApi class

Constructors

TarificationApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createTarification(TarificationDto tarificationDto) Future<TarificationDto?>
Create a Tarification
createTarificationWithHttpInfo(TarificationDto tarificationDto) Future<Response>
Create a Tarification
findTarificationsBy({String? region, String? type, String? tarification, String? version, String? startDocumentId, int? limit}) Future<PaginatedListTarificationDto?>
Finding tarifications by tarification, type and version with pagination.
findTarificationsBy1({String? region, String? type, String? tarification, String? version}) Future<List<TarificationDto>?>
Finding tarifications by tarification, type and version
findTarificationsBy1WithHttpInfo({String? region, String? type, String? tarification, String? version}) Future<Response>
Finding tarifications by tarification, type and version
findTarificationsByLabel({String? region, String? types, String? language, String? label, String? startDocumentId, int? limit}) Future<PaginatedListTarificationDto?>
Finding tarifications by tarification, type and version with pagination.
findTarificationsByLabelWithHttpInfo({String? region, String? types, String? language, String? label, String? startDocumentId, int? limit}) Future<Response>
Finding tarifications by tarification, type and version with pagination.
findTarificationsByWithHttpInfo({String? region, String? type, String? tarification, String? version, String? startDocumentId, int? limit}) Future<Response>
Finding tarifications by tarification, type and version with pagination.
getTarification(String tarificationId) Future<TarificationDto?>
Get a tarification
getTarifications(ListOfIdsDto listOfIdsDto) Future<List<TarificationDto>?>
Get a list of tarifications by ids
getTarificationsWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Get a list of tarifications by ids
getTarificationWithHttpInfo(String tarificationId) Future<Response>
Get a tarification
getTarificationWithParts(String type, String tarification, String version) Future<TarificationDto?>
Get a tarification
getTarificationWithPartsWithHttpInfo(String type, String tarification, String version) Future<Response>
Get a tarification
modifyTarification(TarificationDto tarificationDto) Future<TarificationDto?>
Modify a tarification
modifyTarificationWithHttpInfo(TarificationDto tarificationDto) Future<Response>
Modify a tarification
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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