Class MicrosoftGraphConversationMember


  • public final class MicrosoftGraphConversationMember
    extends MicrosoftGraphEntity
    conversationMember.
    • Constructor Detail

      • MicrosoftGraphConversationMember

        public MicrosoftGraphConversationMember()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: The display name of the user.
        Returns:
        the displayName value.
      • withDisplayName

        public MicrosoftGraphConversationMember withDisplayName​(String displayName)
        Set the displayName property: The display name of the user.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the MicrosoftGraphConversationMember object itself.
      • roles

        public List<String> roles()
        Get the roles property: The roles for that user.
        Returns:
        the roles value.
      • withRoles

        public MicrosoftGraphConversationMember withRoles​(List<String> roles)
        Set the roles property: The roles for that user.
        Parameters:
        roles - the roles value to set.
        Returns:
        the MicrosoftGraphConversationMember object itself.