Uses of Class
com.slack.api.model.connect.ConnectTeam
Packages that use ConnectTeam
Package
Description
The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces.
-
Uses of ConnectTeam in com.slack.api.model.connect
Methods in com.slack.api.model.connect that return ConnectTeamModifier and TypeMethodDescriptionConnectInviteAcceptance.getAcceptingTeam()ConnectInviteDetail.getInvitingTeam()ConnectInviteReview.getReviewingTeam()Methods in com.slack.api.model.connect with parameters of type ConnectTeamModifier and TypeMethodDescriptionvoidConnectInviteAcceptance.setAcceptingTeam(ConnectTeam acceptingTeam) voidConnectInviteDetail.setInvitingTeam(ConnectTeam invitingTeam) voidConnectInviteReview.setReviewingTeam(ConnectTeam reviewingTeam) -
Uses of ConnectTeam in com.slack.api.model.event
Methods in com.slack.api.model.event that return types with arguments of type ConnectTeamModifier and TypeMethodDescriptionSharedChannelInviteAcceptedEvent.getTeamsInChannel()SharedChannelInviteApprovedEvent.getTeamsInChannel()SharedChannelInviteDeclinedEvent.getTeamsInChannel()SharedChannelInviteRequestedEvent.getTeamsInChannel()Method parameters in com.slack.api.model.event with type arguments of type ConnectTeamModifier and TypeMethodDescriptionvoidSharedChannelInviteAcceptedEvent.setTeamsInChannel(List<ConnectTeam> teamsInChannel) voidSharedChannelInviteApprovedEvent.setTeamsInChannel(List<ConnectTeam> teamsInChannel) voidSharedChannelInviteDeclinedEvent.setTeamsInChannel(List<ConnectTeam> teamsInChannel) voidSharedChannelInviteRequestedEvent.setTeamsInChannel(List<ConnectTeam> teamsInChannel)