ComplianceClientV1 class final
Constructors
- ComplianceClientV1(String channel)
Properties
Methods
-
addComplianceProfile(
String apiKey, {required AddComplianceProfileRequestDto addComplianceProfileRequestDto}) → Future< AddComplianceProfileResponseDto> -
deleteComplianceProfile(
String apiKey, {required String complianceId}) → Future< MdmEmpty> -
deleteComplianceProfiles(
String apiKey, {required DeleteComplianceProfilesRequestDto deleteComplianceProfilesRequestDto}) → Future< MdmEmpty> -
getAllCompliance(
String apiKey) → Future< GetAllComplianceResponseDto> -
getComplianceProfile(
String apiKey) → Future< GetComplianceProfileResponseDto> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateComplianceProfile(
String apiKey, {required String complianceId, required UpdateComplianceProfileRequestDto updateComplianceProfileRequestDto}) → Future< UpdateComplianceProfileResponseDto>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited