Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversationMember
-
Packages that use MicrosoftGraphConversationMember Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphConversationMember in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphConversationMember Modifier and Type Method Description MicrosoftGraphConversationMember
MicrosoftGraphConversationMember. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: conversationMember.MicrosoftGraphConversationMember
MicrosoftGraphConversationMember. withDisplayName(String displayName)
Set the displayName property: The display name of the user.MicrosoftGraphConversationMember
MicrosoftGraphConversationMember. withId(String id)
Set the id property: Read-only.MicrosoftGraphConversationMember
MicrosoftGraphConversationMember. withRoles(List<String> roles)
Set the roles property: The roles for that user.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphConversationMember Modifier and Type Method Description List<MicrosoftGraphConversationMember>
MicrosoftGraphChannel. members()
Get the members property: A collection of membership records associated with the channel.List<MicrosoftGraphConversationMember>
MicrosoftGraphTeamInner. members()
Get the members property: Members and owners of the team.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphConversationMember Modifier and Type Method Description MicrosoftGraphChannel
MicrosoftGraphChannel. withMembers(List<MicrosoftGraphConversationMember> members)
Set the members property: A collection of membership records associated with the channel.MicrosoftGraphTeamInner
MicrosoftGraphTeamInner. withMembers(List<MicrosoftGraphConversationMember> members)
Set the members property: Members and owners of the team.
-