Class ThreadParticipant

  • All Implemented Interfaces:
    io.getstream.chat.android.models.UserEntity

    @Immutable() 
    public final class ThreadParticipant
     implements UserEntity
                        

    Model holding info about a thread participant.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final User user
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      User getUser()
      • Methods inherited from class io.getstream.chat.android.models.UserEntity

        getUserId
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThreadParticipant

        ThreadParticipant(User user)
        Parameters:
        user - The User as a thread participant (not always delivered).