Class MembersIdsResponse

    • Constructor Summary

      Constructors 
      Constructor Description
      MembersIdsResponse​(java.util.List<java.lang.String> memberIds, java.lang.String next)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      java.util.List<java.lang.String> getMemberIds()
      List of user IDs of the members in the group or room.
      java.util.Optional<java.lang.String> getNext()
      Parameter to get continue member ids in next API call.
      int hashCode()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MembersIdsResponse

        public MembersIdsResponse​(java.util.List<java.lang.String> memberIds,
                                  java.lang.String next)
    • Method Detail

      • getNext

        public java.util.Optional<java.lang.String> getNext()
        Parameter to get continue member ids in next API call. a.k.a continuationToken

        Returned if and only if there are more user IDs remaining.

      • getMemberIds

        public java.util.List<java.lang.String> getMemberIds()
        List of user IDs of the members in the group or room.

        Max: 100 user IDs

      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object