Uses of Class
com.twitter.clientlib.model.UsersFollowingLookupResponse
-
Packages that use UsersFollowingLookupResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersFollowingLookupResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return UsersFollowingLookupResponse Modifier and Type Method Description UsersFollowingLookupResponseUsersApi. usersIdFollowing(Integer retries, String id, Integer maxResults, String paginationToken)Calls the API using a retry mechanism to handle rate limits errors.UsersFollowingLookupResponseUsersApi. usersIdFollowing(String id, Integer maxResults, String paginationToken)Following by User ID Returns a list of users that are being followed by the provided user IDMethods in com.twitter.clientlib.api that return types with arguments of type UsersFollowingLookupResponse Modifier and Type Method Description ApiResponse<UsersFollowingLookupResponse>UsersApi. usersIdFollowingWithHttpInfo(String id, Integer maxResults, String paginationToken)Following by User ID Returns a list of users that are being followed by the provided user IDMethod parameters in com.twitter.clientlib.api with type arguments of type UsersFollowingLookupResponse Modifier and Type Method Description okhttp3.CallUsersApi. usersIdFollowingAsync(String id, Integer maxResults, String paginationToken, ApiCallback<UsersFollowingLookupResponse> _callback)Following by User ID (asynchronously) Returns a list of users that are being followed by the provided user ID -
Uses of UsersFollowingLookupResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersFollowingLookupResponse Modifier and Type Method Description UsersFollowingLookupResponseUsersFollowingLookupResponse. addDataItem(User dataItem)UsersFollowingLookupResponseUsersFollowingLookupResponse. addErrorsItem(Problem errorsItem)UsersFollowingLookupResponseUsersFollowingLookupResponse. data(List<User> data)UsersFollowingLookupResponseUsersFollowingLookupResponse. errors(List<Problem> errors)static UsersFollowingLookupResponseUsersFollowingLookupResponse. fromJson(String jsonString)Create an instance of UsersFollowingLookupResponse given an JSON stringUsersFollowingLookupResponseUsersFollowingLookupResponse. includes(Expansions includes)UsersFollowingLookupResponseUsersFollowingLookupResponse. meta(GenericMultipleUsersLookupResponseMeta meta)
-