MattermostComplianceApi class
Constructors
- MattermostComplianceApi(MattermostApiClient apiClient)
Properties
- apiClient → MattermostApiClient
-
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
-
createComplianceReport(
) → Future< MmCompliance?> - Create report
-
createComplianceReportWithHttpInfo(
) → Future< Response> - Create report
-
downloadComplianceReport(
String reportId) → Future< void> - Download a report
-
downloadComplianceReportWithHttpInfo(
String reportId) → Future< Response> - Download a report
-
getComplianceReport(
String reportId) → Future< MmCompliance?> - Get a report
-
getComplianceReports(
{int? page, int? perPage}) → Future< List< MmCompliance> ?> - Get reports
-
getComplianceReportsWithHttpInfo(
{int? page, int? perPage}) → Future< Response> - Get reports
-
getComplianceReportWithHttpInfo(
String reportId) → Future< Response> - Get a report
-
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