Projects >> twitter4j >>819887818df70714432a737888d00bb338b4c226

Chunk
Conflicting content
     * @since Twitter4J 2.1.0
     */
    ResponseList getUserLists(String listOwnerScreenName)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user whose lists are being returned.
     * 
This method calls https://api.twitter.com/1.1/lists.json * * @param listOwnerScreenName The screen name of the list owner * as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param reverse Set this to true if you would like owned lists to be returned first * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/list | Twitter Developers * @since Twitter4J 4.0.4 */ ResponseList getUserLists(String listOwnerScreenName, boolean reverse) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user whose lists are being returned.
Solution content
     * @since Twitter4J 2.1.0
     */
    ResponseList getUserLists(String listOwnerScreenName)
        throws TwitterException;

    /**
     * List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user whose lists are being returned.
     * 
This method calls https://api.twitter.com/1.1/lists.json * * @param listOwnerScreenName The screen name of the list owner * as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param reverse Set this to true if you would like owned lists to be returned first * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/list | Twitter Developers * @since Twitter4J 4.0.4 */ ResponseList getUserLists(String listOwnerScreenName, boolean reverse) throws TwitterException; /** * List the lists of the specified user. Private lists will be included if the authenticated users is the same as the user whose lists are being returned.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long cursor)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * List the lists the authenticating user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @throws IllegalStateException when authorization is not enabled * @see GET lists/memberships | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMemberships(int count, long cursor) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * List the lists the specified user has been added to.
Solution content
     * @throws IllegalStateException when authorization is not enabled
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long cursor)
        throws TwitterException;

    /**
     * List the lists the authenticating user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/memberships | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMemberships(int count, long cursor) throws TwitterException; /** * List the lists the specified user has been added to.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long listMemberId, long cursor)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberId The id of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/memberships | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMemberships(long listMemberId, int count, long cursor) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * List the lists the specified user has been added to.
Solution content
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long listMemberId, long cursor)
        throws TwitterException;

    /**
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberId The id of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/memberships | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMemberships(long listMemberId, int count, long cursor) throws TwitterException; /** * List the lists the specified user has been added to.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @since Twitter4J 2.1.0
     */
    PagableResponseList getUserListMemberships(String listMemberScreenName, long cursor)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberScreenName The screen name of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/memberships | Twitter Developers * @since Twitter4J 2.1.0 */ PagableResponseList getUserListMemberships(String listMemberScreenName, int count, long cursor) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * List the lists the specified user has been added to.
Solution content
     * @since Twitter4J 2.1.0
     */
    PagableResponseList getUserListMemberships(String listMemberScreenName, long cursor)
        throws TwitterException;

    /**
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberScreenName The screen name of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/memberships | Twitter Developers * @since Twitter4J 2.1.0 */ PagableResponseList getUserListMemberships(String listMemberScreenName, int count, long cursor) throws TwitterException; /** * List the lists the specified user has been added to.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
    /**
            throws TwitterException;
    
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long listMemberId, long cursor, boolean filterToOwnedLists)
<<<<<<< HEAD
        throws TwitterException;
=======
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberId The id of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param filterToOwnedLists Whether to return just lists the authenticating user owns, and the user represented by listMemberId is a member of. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @throws IllegalStateException when filerToOwnedLists is true but authorization is not enabled * @see GET lists/memberships | Twitter Developers * @since Twitter4J 2.2.4 */ PagableResponseList getUserListMemberships(long listMemberId, int count, long cursor, boolean filterToOwnedLists) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * Returns the subscribers of the specified list.
Solution content
     * @since Twitter4J 2.2.4
     */
    PagableResponseList getUserListMemberships(long listMemberId, long cursor, boolean filterToOwnedLists)
        throws TwitterException;

    /**
     * List the lists the specified user has been added to.
     * 
This method calls https://api.twitter.com/1.1/lists/memberships.json * * @param listMemberId The id of the list member * @param count The amount of results to return per page. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param filterToOwnedLists Whether to return just lists the authenticating user owns, and the user represented by listMemberId is a member of. * @return the list of lists * @throws TwitterException when Twitter service or network is unavailable * @throws IllegalStateException when filerToOwnedLists is true but authorization is not enabled * @see GET lists/memberships | Twitter Developers * @since Twitter4J 2.2.4 */ PagableResponseList getUserListMemberships(long listMemberId, int count, long cursor, boolean filterToOwnedLists) throws TwitterException; /** * Returns the subscribers of the specified list.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @since Twitter4J 2.2.3
     */
    PagableResponseList getUserListMembers(long listId, long cursor)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * Returns the members of the specified list.
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param listId The id of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long listId, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param listId The id of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long listId, int count, long cursor, boolean skipStatus) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * Returns the members of the specified list.
Solution content
     * @throws TwitterException when Twitter service or network is unavailable
     * @since Twitter4J 2.2.3
     */
    PagableResponseList getUserListMembers(long listId, long cursor)
        throws TwitterException;

    /**
     * Returns the members of the specified list.
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param listId The id of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long listId, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param listId The id of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long listId, int count, long cursor, boolean skipStatus) throws TwitterException; /** * Returns the members of the specified list.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @since Twitter4J 3.0.0
     */
    PagableResponseList getUserListMembers(long ownerId, String slug, long cursor)
<<<<<<< HEAD
        throws TwitterException;
=======
            throws TwitterException;
    
    /**
     * Returns the members of the specified list.
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerId The user ID of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long ownerId, String slug, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerId The user ID of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long ownerId, String slug, int count, long cursor, boolean skipStatus) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * Returns the members of the specified list.
Solution content
     * @since Twitter4J 3.0.0
     */
    PagableResponseList getUserListMembers(long ownerId, String slug, long cursor)
        throws TwitterException;

    /**
     * Returns the members of the specified list.
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerId The user ID of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long ownerId, String slug, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerId The user ID of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(long ownerId, String slug, int count, long cursor, boolean skipStatus) throws TwitterException; /** * Returns the members of the specified list.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
            throws TwitterException;
    
    /**
     * Returns the members of the specified list.
<<<<<<< HEAD
        throws TwitterException;
=======
     * @since Twitter4J 3.0.2
     */
    PagableResponseList getUserListMembers(String ownerScreenName, String slug, long cursor)
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerScreenName The screen name of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(String ownerScreenName, String slug, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerScreenName The screen name of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(String ownerScreenName, String slug, int count, long cursor, boolean skipStatus) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * Adds a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 5000 members.
Solution content
     * @since Twitter4J 3.0.2
     */
    PagableResponseList getUserListMembers(String ownerScreenName, String slug, long cursor)
        throws TwitterException;

    /**
     * Returns the members of the specified list.
     * 
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerScreenName The screen name of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(String ownerScreenName, String slug, int count, long cursor) throws TwitterException; /** * Returns the members of the specified list. *
This method calls https://api.twitter.com/1.1/lists/members.json * * @param ownerScreenName The screen name of the user who owns the list being requested by a slug. * @param slug slug of the list * @param count Specifies the number of results to return per page. The default is 20, with a maximum of 5,000. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @param skipStatus When set to either true, t or 1 statuses will not be included in the returned user objects. * @return the members of the specified list. * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/members | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListMembers(String ownerScreenName, String slug, int count, long cursor, boolean skipStatus) throws TwitterException; /** * Adds a member to a list. The authenticated user must own the list to be able to add members to it. Lists are limited to having 5000 members.
File
ListsResources.java
Developer's decision
Version 2
Kind of conflict
Comment
Method interface
Chunk
Conflicting content
     * @throws TwitterException when Twitter service or network is unavailable
     * @see GET lists/subscriptions | Twitter Developers
     * @since Twitter4J 2.1.0
     */
<<<<<<< HEAD
    PagableResponseList getUserListSubscriptions(String listOwnerScreenName, long cursor)
        throws TwitterException;
=======
    PagableResponseList getUserListSubscriptions(String listSubscriberScreenName, long cursor)
            throws TwitterException;
    
    /**
     * List the lists the specified user follows.
     * 
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listSubscriberScreenName The screen name of the list subscriber * @param count The amount of results to return per page. Defaults to 20. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists the specified user is subscribed to * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListSubscriptions(String listSubscriberScreenName, int count, long cursor) throws TwitterException; /** * List the lists the specified user follows. *
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listSubscriberId The ID of the list subscriber * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists the specified user is subscribed to * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListSubscriptions(long listSubscriberId, long cursor) throws TwitterException; /** * List the lists the specified user follows. *
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listOwnerScreenName The ID of the list subscriber * @param count The amount of results to return per page. Defaults to 20. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists the specified user is subscribed to * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListSubscriptions(long listSubscriberId, int count, long cursor) throws TwitterException; >>>>>>> 55d97f1d59f1d7159195cb3b81adcb69364e506a /** * Returns the lists owned by the specified Twitter user. Private lists will only be shown if the authenticated user is also the owner of the lists.
Solution content
     * @param cursor                   Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list.
     * @return the list of lists the specified user is subscribed to
     * @throws TwitterException when Twitter service or network is unavailable
     * @see GET lists/subscriptions | Twitter Developers
     * @since Twitter4J 4.0.4
     */
    PagableResponseList getUserListSubscriptions(String listSubscriberScreenName, int count, long cursor)
        throws TwitterException;

    /**
     * List the lists the specified user follows.
     * 
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listSubscriberId The ID of the list subscriber * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 2.1.0 */ PagableResponseList getUserListSubscriptions(String listSubscriberScreenName, long cursor) throws TwitterException; /** * List the lists the specified user follows. *
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listSubscriberScreenName The screen name of the list subscriber * @param count The amount of results to return per page. Defaults to 20. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. A single page contains 20 lists. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists the specified user is subscribed to * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListSubscriptions(long listSubscriberId, long cursor) throws TwitterException; /** * List the lists the specified user follows. *
This method calls https://api.twitter.com/1.1/lists/subscriptions.json * * @param listSubscriberId The ID of the list subscriber * @param count The amount of results to return per page. Defaults to 20. No more than 1000 results will ever be returned in a single page. * @param cursor Breaks the results into pages. Provide a value of -1 to begin paging. Provide values as returned to in the response body's next_cursor and previous_cursor attributes to page back and forth in the list. * @return the list of lists the specified user is subscribed to * @throws TwitterException when Twitter service or network is unavailable * @see GET lists/subscriptions | Twitter Developers * @since Twitter4J 4.0.4 */ PagableResponseList getUserListSubscriptions(long listSubscriberId, int count, long cursor) throws TwitterException; /** * Returns the lists owned by the specified Twitter user. Private lists will only be shown if the authenticated user is also the owner of the lists.
File
ListsResources.java
Developer's decision
Manual
Kind of conflict
Comment
Method interface