Uses of Class
odata.msgraph.client.beta.complex.TeamSummary
-
Packages that use TeamSummary Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of TeamSummary in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return TeamSummary Modifier and Type Method Description TeamSummaryTeamSummary.Builder. build()TeamSummaryTeamSummary. withGuestsCount(Integer guestsCount)TeamSummaryTeamSummary. withMembersCount(Integer membersCount)TeamSummaryTeamSummary. withOwnersCount(Integer ownersCount)TeamSummaryTeamSummary. withUnmappedField(String name, String value) -
Uses of TeamSummary in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as TeamSummary Modifier and Type Field Description protected TeamSummaryTeam. summaryMethods in odata.msgraph.client.beta.entity that return types with arguments of type TeamSummary Modifier and Type Method Description Optional<TeamSummary>Team. getSummary()Methods in odata.msgraph.client.beta.entity with parameters of type TeamSummary Modifier and Type Method Description Team.BuilderTeam.Builder. summary(TeamSummary summary)TeamTeam. withSummary(TeamSummary summary)
-