Uses of Class
net.bis5.mattermost.client4.model.AnalyticsCategory
-
Packages that use AnalyticsCategory Package Description net.bis5.mattermost.client4 net.bis5.mattermost.client4.api net.bis5.mattermost.client4.model -
-
Uses of AnalyticsCategory in net.bis5.mattermost.client4
Methods in net.bis5.mattermost.client4 with parameters of type AnalyticsCategory Modifier and Type Method Description ApiResponse<AnalyticsRows>MattermostClient. getAnalytics(AnalyticsCategory category, String teamId) -
Uses of AnalyticsCategory in net.bis5.mattermost.client4.api
Methods in net.bis5.mattermost.client4.api with parameters of type AnalyticsCategory Modifier and Type Method Description default ApiResponse<AnalyticsRows>SystemApi. getAnalytics(AnalyticsCategory category)ApiResponse<AnalyticsRows>SystemApi. getAnalytics(AnalyticsCategory category, String teamId) -
Uses of AnalyticsCategory in net.bis5.mattermost.client4.model
Methods in net.bis5.mattermost.client4.model that return AnalyticsCategory Modifier and Type Method Description static AnalyticsCategoryAnalyticsCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static AnalyticsCategory[]AnalyticsCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-