Uses of Class
com.slack.api.app_backend.views.payload.ViewClosedPayload.Team
-
Packages that use ViewClosedPayload.Team Package Description com.slack.api.app_backend.views.payload -
-
Uses of ViewClosedPayload.Team in com.slack.api.app_backend.views.payload
Methods in com.slack.api.app_backend.views.payload that return ViewClosedPayload.Team Modifier and Type Method Description ViewClosedPayload.TeamViewClosedPayload. getTeam()Methods in com.slack.api.app_backend.views.payload with parameters of type ViewClosedPayload.Team Modifier and Type Method Description voidViewClosedPayload. setTeam(ViewClosedPayload.Team team)ViewClosedPayload.ViewClosedPayloadBuilderViewClosedPayload.ViewClosedPayloadBuilder. team(ViewClosedPayload.Team team)Constructors in com.slack.api.app_backend.views.payload with parameters of type ViewClosedPayload.Team Constructor Description ViewClosedPayload(ViewClosedPayload.Team team, ViewClosedPayload.User user, String apiAppId, String token, View view, boolean isCleared)
-