InsuranceApi class

Constructors

InsuranceApi([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

createInsurance(InsuranceDto insuranceDto) Future<InsuranceDto?>
Creates an insurance
createInsuranceWithHttpInfo(InsuranceDto insuranceDto) Future<Response>
Creates an insurance
deleteInsurance(String insuranceId) Future<DocIdentifier?>
Deletes an insurance
deleteInsuranceWithHttpInfo(String insuranceId) Future<Response>
Deletes an insurance
getInsurance(String insuranceId) Future<InsuranceDto?>
Gets an insurance
getInsurances(ListOfIdsDto listOfIdsDto) Future<List<InsuranceDto>?>
Gets insurances by id
getInsurancesWithHttpInfo(ListOfIdsDto listOfIdsDto) Future<Response>
Gets insurances by id
getInsuranceWithHttpInfo(String insuranceId) Future<Response>
Gets an insurance
listInsurancesByCode(String insuranceCode) Future<List<InsuranceDto>?>
Gets an insurance
listInsurancesByCodeWithHttpInfo(String insuranceCode) Future<Response>
Gets an insurance
listInsurancesByName(String insuranceName) Future<List<InsuranceDto>?>
Gets an insurance
listInsurancesByNameWithHttpInfo(String insuranceName) Future<Response>
Gets an insurance
modifyInsurance(InsuranceDto insuranceDto) Future<InsuranceDto?>
Modifies an insurance
modifyInsuranceWithHttpInfo(InsuranceDto insuranceDto) Future<Response>
Modifies an insurance
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