Class MicrosoftGraphConversationMember

java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphConversationMember

public final class MicrosoftGraphConversationMember extends MicrosoftGraphEntity
conversationMember.
  • Constructor Details

    • MicrosoftGraphConversationMember

      public MicrosoftGraphConversationMember()
      Creates an instance of MicrosoftGraphConversationMember class.
  • Method Details

    • 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.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: conversationMember.
      Overrides:
      additionalProperties in class MicrosoftGraphEntity
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public MicrosoftGraphConversationMember withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: conversationMember.
      Overrides:
      withAdditionalProperties in class MicrosoftGraphEntity
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the MicrosoftGraphConversationMember object itself.
    • withId

      Set the id property: Read-only.
      Overrides:
      withId in class MicrosoftGraphEntity
      Parameters:
      id - the id value to set.
      Returns:
      the MicrosoftGraphEntity object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class MicrosoftGraphEntity
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.