Uses of Class
com.slack.api.methods.response.admin.analytics.AdminAnalyticsGetFileResponse.OriginatingTeam
Packages that use AdminAnalyticsGetFileResponse.OriginatingTeam
-
Uses of AdminAnalyticsGetFileResponse.OriginatingTeam in com.slack.api.methods.response.admin.analytics
Methods in com.slack.api.methods.response.admin.analytics that return AdminAnalyticsGetFileResponse.OriginatingTeamModifier and TypeMethodDescriptionAdminAnalyticsGetFileResponse.AnalyticsData.getOriginatingTeam()(public_channel) A JSON object with the team_id and name of the workspace that created this public channel Example: {"team_id":"T4C3G041C","name":"arcane"}Methods in com.slack.api.methods.response.admin.analytics with parameters of type AdminAnalyticsGetFileResponse.OriginatingTeamModifier and TypeMethodDescriptionvoidAdminAnalyticsGetFileResponse.AnalyticsData.setOriginatingTeam(AdminAnalyticsGetFileResponse.OriginatingTeam originatingTeam) (public_channel) A JSON object with the team_id and name of the workspace that created this public channel Example: {"team_id":"T4C3G041C","name":"arcane"}