Class GetFollowersRequest.GetFollowersRequestBuilder

  • Enclosing class:
    GetFollowersRequest

    public static class GetFollowersRequest.GetFollowersRequestBuilder
    extends java.lang.Object
    • Method Detail

      • next

        public GetFollowersRequest.GetFollowersRequestBuilder next​(@Nullable
                                                                   java.lang.String next)
        Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
        Returns:
        this.
      • limit

        public GetFollowersRequest.GetFollowersRequestBuilder limit​(@Nullable
                                                                    java.lang.Integer limit)
        The maximum number of user IDs to retrieve in a single request. The default value is 300. If you specify a value that exceeds the maximum, the maximum value will be set. Max value: 1000
        Returns:
        this.
      • toString

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