Class GetFollowersResponse


  • public final class GetFollowersResponse
    extends java.lang.Object
    • Method Detail

      • getUserIds

        public java.util.List<java.lang.String> getUserIds()
        List of user IDs of users that have added the LINE Official Account as a friend. Only users of LINE for iOS and LINE for Android are included in userIds. For more information, see Consent on getting user profile information. Max: 300 user IDs
      • getNext

        @Nullable
        public java.lang.String getNext()
        A continuation token to get the next array of user IDs. Returned only when there are remaining user IDs that were not returned in userIds in the original request. The number of user IDs in the userIds element does not have to reach 300 for the next property to be included in the response.
      • 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