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 MicrosoftGraphConversationMemberMicrosoftGraphConversationMember. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: conversationMember.MicrosoftGraphConversationMemberMicrosoftGraphConversationMember. withDisplayName(String displayName)Set the displayName property: The display name of the user.MicrosoftGraphConversationMemberMicrosoftGraphConversationMember. withId(String id)Set the id property: Read-only.MicrosoftGraphConversationMemberMicrosoftGraphConversationMember. 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 MicrosoftGraphChannelMicrosoftGraphChannel. withMembers(List<MicrosoftGraphConversationMember> members)Set the members property: A collection of membership records associated with the channel.MicrosoftGraphTeamInnerMicrosoftGraphTeamInner. withMembers(List<MicrosoftGraphConversationMember> members)Set the members property: Members and owners of the team.
-