Class AcsChatThreadMemberProperties

java.lang.Object
com.azure.messaging.eventgrid.systemevents.AcsChatThreadMemberProperties

public final class AcsChatThreadMemberProperties extends Object
The AcsChatThreadMemberProperties model.
  • Constructor Details

    • AcsChatThreadMemberProperties

      public AcsChatThreadMemberProperties()
  • Method Details

    • getDisplayName

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

      public AcsChatThreadMemberProperties setDisplayName(String displayName)
      Set the displayName property: The name of the user.
      Parameters:
      displayName - the displayName value to set.
      Returns:
      the AcsChatThreadMemberProperties object itself.
    • getMemberId

      public String getMemberId()
      Get the memberId property: The MRI of the user.
      Returns:
      the memberId value.
    • setMemberId

      public AcsChatThreadMemberProperties setMemberId(String memberId)
      Set the memberId property: The MRI of the user.
      Parameters:
      memberId - the memberId value to set.
      Returns:
      the AcsChatThreadMemberProperties object itself.