Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphChannel
Packages that use MicrosoftGraphChannel
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphChannel in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphChannelModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.primaryChannel()Get the primaryChannel property: channel.MicrosoftGraphChannel.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: channel.MicrosoftGraphChannel.withDescription(String description) Set the description property: Optional textual description for the channel.MicrosoftGraphChannel.withDisplayName(String displayName) Set the displayName property: Channel name as it will appear to the user in Microsoft Teams.Set the email property: The email address for sending messages to the channel.MicrosoftGraphChannel.withFilesFolder(MicrosoftGraphDriveItem filesFolder) Set the filesFolder property: driveItem.Set the id property: Read-only.MicrosoftGraphChannel.withIsFavoriteByDefault(Boolean isFavoriteByDefault) Set the isFavoriteByDefault property: Indicates whether the channel should automatically be marked 'favorite' for all members of the team.MicrosoftGraphChannel.withMembers(List<MicrosoftGraphConversationMember> members) Set the members property: A collection of membership records associated with the channel.MicrosoftGraphChannel.withMembershipType(MicrosoftGraphChannelMembershipType membershipType) Set the membershipType property: channelMembershipType.MicrosoftGraphChannel.withMessages(List<MicrosoftGraphChatMessage> messages) Set the messages property: A collection of all the messages in the channel.MicrosoftGraphChannel.withTabs(List<MicrosoftGraphTeamsTab> tabs) Set the tabs property: A collection of all the tabs in the channel.MicrosoftGraphChannel.withWebUrl(String webUrl) Set the webUrl property: A hyperlink that will go to the channel in Microsoft Teams.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphChannelModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.channels()Get the channels property: The collection of channels & messages associated with the team.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphChannelModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.withPrimaryChannel(MicrosoftGraphChannel primaryChannel) Set the primaryChannel property: channel.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphChannelModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.withChannels(List<MicrosoftGraphChannel> channels) Set the channels property: The collection of channels & messages associated with the team.