Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamInner
Packages that use MicrosoftGraphTeamInner
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTeamInner in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamInnerModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.team()Get the team property: team.MicrosoftGraphTeamInner.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: team.MicrosoftGraphTeamInner.withChannels(List<MicrosoftGraphChannel> channels) Set the channels property: The collection of channels & messages associated with the team.MicrosoftGraphTeamInner.withClassification(String classification) Set the classification property: An optional label.MicrosoftGraphTeamInner.withDescription(String description) Set the description property: An optional description for the team.MicrosoftGraphTeamInner.withDisplayName(String displayName) Set the displayName property: The name of the team.MicrosoftGraphTeamInner.withFunSettings(MicrosoftGraphTeamFunSettings funSettings) Set the funSettings property: teamFunSettings.MicrosoftGraphTeamInner.withGroup(MicrosoftGraphGroupInner group) Set the group property: groupMicrosoftGraphTeamInner.withGuestSettings(MicrosoftGraphTeamGuestSettings guestSettings) Set the guestSettings property: teamGuestSettings.Set the id property: Read-only.MicrosoftGraphTeamInner.withInstalledApps(List<MicrosoftGraphTeamsAppInstallation> installedApps) Set the installedApps property: The apps installed in this team.MicrosoftGraphTeamInner.withInternalId(String internalId) Set the internalId property: A unique ID for the team that has been used in a few places such as the audit log/Office 365 Management Activity API.MicrosoftGraphTeamInner.withIsArchived(Boolean isArchived) Set the isArchived property: Whether this team is in read-only mode.MicrosoftGraphTeamInner.withMembers(List<MicrosoftGraphConversationMember> members) Set the members property: Members and owners of the team.MicrosoftGraphTeamInner.withMemberSettings(MicrosoftGraphTeamMemberSettings memberSettings) Set the memberSettings property: teamMemberSettings.MicrosoftGraphTeamInner.withMessagingSettings(MicrosoftGraphTeamMessagingSettings messagingSettings) Set the messagingSettings property: teamMessagingSettings.MicrosoftGraphTeamInner.withOperations(List<MicrosoftGraphTeamsAsyncOperation> operations) Set the operations property: The async operations that ran or are running on this team.MicrosoftGraphTeamInner.withPrimaryChannel(MicrosoftGraphChannel primaryChannel) Set the primaryChannel property: channel.MicrosoftGraphTeamInner.withSchedule(MicrosoftGraphSchedule schedule) Set the schedule property: schedule.MicrosoftGraphTeamInner.withSpecialization(MicrosoftGraphTeamSpecialization specialization) Set the specialization property: teamSpecialization.MicrosoftGraphTeamInner.withTemplate(MicrosoftGraphTeamsTemplate template) Set the template property: teamsTemplate.MicrosoftGraphTeamInner.withVisibility(MicrosoftGraphTeamVisibilityType visibility) Set the visibility property: teamVisibilityType.MicrosoftGraphTeamInner.withWebUrl(String webUrl) Set the webUrl property: A hyperlink that will go to the team in the Microsoft Teams client.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTeamInnerModifier and TypeMethodDescriptionMicrosoftGraphUserInner.joinedTeams()Get the joinedTeams property: The joinedTeams property.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTeamInnerModifier and TypeMethodDescriptionMicrosoftGraphGroupInner.withTeam(MicrosoftGraphTeamInner team) Set the team property: team.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTeamInnerModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withJoinedTeams(List<MicrosoftGraphTeamInner> joinedTeams) Set the joinedTeams property: The joinedTeams property.