MicrosoftGraphChannel |
MicrosoftGraphTeamInner.primaryChannel() |
Get the primaryChannel property: channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withAdditionalProperties(Map<String,Object> additionalProperties) |
Set the additionalProperties property: channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withDescription(String description) |
Set the description property: Optional textual description for the channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withDisplayName(String displayName) |
Set the displayName property: Channel name as it will appear to the user in Microsoft Teams.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withEmail(String email) |
Set the email property: The email address for sending messages to the channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withFilesFolder(MicrosoftGraphDriveItem filesFolder) |
Set the filesFolder property: driveItem.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withId(String id) |
Set the id property: Read-only.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withIsFavoriteByDefault(Boolean isFavoriteByDefault) |
Set the isFavoriteByDefault property: Indicates whether the channel should automatically be marked 'favorite' for
all members of the team.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withMembers(List<MicrosoftGraphConversationMember> members) |
Set the members property: A collection of membership records associated with the channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withMembershipType(MicrosoftGraphChannelMembershipType membershipType) |
Set the membershipType property: The membershipType property.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withMessages(List<MicrosoftGraphChatMessage> messages) |
Set the messages property: A collection of all the messages in the channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withTabs(List<MicrosoftGraphTeamsTab> tabs) |
Set the tabs property: A collection of all the tabs in the channel.
|
MicrosoftGraphChannel |
MicrosoftGraphChannel.withWebUrl(String webUrl) |
Set the webUrl property: A hyperlink that will go to the channel in Microsoft Teams.
|