Uses of Class
odata.msgraph.client.complex.TeamFunSettings
-
Packages that use TeamFunSettings Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of TeamFunSettings in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return TeamFunSettings Modifier and Type Method Description TeamFunSettingsTeamFunSettings.Builder. build()TeamFunSettingsTeamFunSettings. withAllowCustomMemes(Boolean allowCustomMemes)TeamFunSettingsTeamFunSettings. withAllowGiphy(Boolean allowGiphy)TeamFunSettingsTeamFunSettings. withAllowStickersAndMemes(Boolean allowStickersAndMemes)TeamFunSettingsTeamFunSettings. withGiphyContentRating(GiphyRatingType giphyContentRating)TeamFunSettingsTeamFunSettings. withUnmappedField(String name, Object value) -
Uses of TeamFunSettings in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TeamFunSettings Modifier and Type Field Description protected TeamFunSettingsTeam. funSettingsMethods in odata.msgraph.client.entity that return types with arguments of type TeamFunSettings Modifier and Type Method Description Optional<TeamFunSettings>Team. getFunSettings()Methods in odata.msgraph.client.entity with parameters of type TeamFunSettings Modifier and Type Method Description Team.BuilderTeam.Builder. funSettings(TeamFunSettings funSettings)TeamTeam. withFunSettings(TeamFunSettings funSettings)
-