Class GetFollowersResponse.GetFollowersResponseBuilder

  • Enclosing class:
    GetFollowersResponse

    public static class GetFollowersResponse.GetFollowersResponseBuilder
    extends java.lang.Object
    • Method Detail

      • next

        public GetFollowersResponse.GetFollowersResponseBuilder next​(@Nullable
                                                                     java.lang.String next)
        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.
        Returns:
        this.
      • toString

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