Uses of Class
com.twitter.clientlib.model.ListFollowedResponse
-
Packages that use ListFollowedResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListFollowedResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return ListFollowedResponse Modifier and Type Method Description ListFollowedResponseListsApi. listUserFollow(ListFollowRequest listFollowRequest, String id)Follow a List Causes a user to follow a List.ListFollowedResponseListsApi. listUserFollow(Integer retries, ListFollowRequest listFollowRequest, String id)Calls the API using a retry mechanism to handle rate limits errors.ListFollowedResponseListsApi. listUserUnfollow(Integer retries, String id, String listId)Calls the API using a retry mechanism to handle rate limits errors.ListFollowedResponseListsApi. listUserUnfollow(String id, String listId)Unfollow a List Causes a user to unfollow a List.Methods in com.twitter.clientlib.api that return types with arguments of type ListFollowedResponse Modifier and Type Method Description ApiResponse<ListFollowedResponse>ListsApi. listUserFollowWithHttpInfo(ListFollowRequest listFollowRequest, String id)Follow a List Causes a user to follow a List.ApiResponse<ListFollowedResponse>ListsApi. listUserUnfollowWithHttpInfo(String id, String listId)Unfollow a List Causes a user to unfollow a List.Method parameters in com.twitter.clientlib.api with type arguments of type ListFollowedResponse Modifier and Type Method Description okhttp3.CallListsApi. listUserFollowAsync(ListFollowRequest listFollowRequest, String id, ApiCallback<ListFollowedResponse> _callback)Follow a List (asynchronously) Causes a user to follow a List.okhttp3.CallListsApi. listUserUnfollowAsync(String id, String listId, ApiCallback<ListFollowedResponse> _callback)Unfollow a List (asynchronously) Causes a user to unfollow a List. -
Uses of ListFollowedResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListFollowedResponse Modifier and Type Method Description ListFollowedResponseListFollowedResponse. addErrorsItem(Problem errorsItem)ListFollowedResponseListFollowedResponse. data(ListFollowedResponseData data)ListFollowedResponseListFollowedResponse. errors(List<Problem> errors)static ListFollowedResponseListFollowedResponse. fromJson(String jsonString)Create an instance of ListFollowedResponse given an JSON string
-