-
- All Known Implementing Classes:
MattermostClient
public interface AuditsApiAudits API.- Author:
- Takayuki Maruyama
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ApiResponse<Audits>getAudits()returns a list of audits for the whole system.default ApiResponse<Audits>getAudits(Pager pager)returns a list of audits for the whole system.ApiResponse<Audits>getAudits(Pager pager, String etag)returns a list of audits for the whole system.
-
-
-
Method Detail
-
getAudits
default ApiResponse<Audits> getAudits()
returns a list of audits for the whole system.
-
getAudits
default ApiResponse<Audits> getAudits(Pager pager)
returns a list of audits for the whole system.
-
getAudits
ApiResponse<Audits> getAudits(Pager pager, String etag)
returns a list of audits for the whole system.
-
-