Uses of Class
com.slack.api.methods.response.team.external_teams.TeamExternalTeamsListResponse.OwnershipDetail
Packages that use TeamExternalTeamsListResponse.OwnershipDetail
-
Uses of TeamExternalTeamsListResponse.OwnershipDetail in com.slack.api.methods.response.team.external_teams
Methods in com.slack.api.methods.response.team.external_teams that return TeamExternalTeamsListResponse.OwnershipDetailModifier and TypeMethodDescriptionTeamExternalTeamsListResponse.OwnershipDetail.OwnershipDetailBuilder.build()Methods in com.slack.api.methods.response.team.external_teams that return types with arguments of type TeamExternalTeamsListResponse.OwnershipDetailModifier and TypeMethodDescriptionTeamExternalTeamsListResponse.Canvas.getOwnershipDetails()TeamExternalTeamsListResponse.Lists.getOwnershipDetails()Method parameters in com.slack.api.methods.response.team.external_teams with type arguments of type TeamExternalTeamsListResponse.OwnershipDetailModifier and TypeMethodDescriptionTeamExternalTeamsListResponse.Canvas.CanvasBuilder.ownershipDetails(List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails) TeamExternalTeamsListResponse.Lists.ListsBuilder.ownershipDetails(List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails) voidTeamExternalTeamsListResponse.Canvas.setOwnershipDetails(List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails) voidTeamExternalTeamsListResponse.Lists.setOwnershipDetails(List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails) Constructor parameters in com.slack.api.methods.response.team.external_teams with type arguments of type TeamExternalTeamsListResponse.OwnershipDetailModifierConstructorDescriptionCanvas(Integer totalCount, List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails) Lists(Integer totalCount, List<TeamExternalTeamsListResponse.OwnershipDetail> ownershipDetails)