Uses of Class
com.twitter.clientlib.model.ListPinnedResponse
-
Packages that use ListPinnedResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of ListPinnedResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return ListPinnedResponse Modifier and Type Method Description ListPinnedResponseListsApi. listUserPin(ListPinRequest listPinRequest, String id)Pin a List Causes a user to pin a List.ListPinnedResponseListsApi. listUserPin(Integer retries, ListPinRequest listPinRequest, String id)Calls the API using a retry mechanism to handle rate limits errors.ListPinnedResponseListsApi. listUserUnpin(Integer retries, String id, String listId)Calls the API using a retry mechanism to handle rate limits errors.ListPinnedResponseListsApi. listUserUnpin(String id, String listId)Unpin a List Causes a user to remove a pinned List.Methods in com.twitter.clientlib.api that return types with arguments of type ListPinnedResponse Modifier and Type Method Description ApiResponse<ListPinnedResponse>ListsApi. listUserPinWithHttpInfo(ListPinRequest listPinRequest, String id)Pin a List Causes a user to pin a List.ApiResponse<ListPinnedResponse>ListsApi. listUserUnpinWithHttpInfo(String id, String listId)Unpin a List Causes a user to remove a pinned List.Method parameters in com.twitter.clientlib.api with type arguments of type ListPinnedResponse Modifier and Type Method Description okhttp3.CallListsApi. listUserPinAsync(ListPinRequest listPinRequest, String id, ApiCallback<ListPinnedResponse> _callback)Pin a List (asynchronously) Causes a user to pin a List.okhttp3.CallListsApi. listUserUnpinAsync(String id, String listId, ApiCallback<ListPinnedResponse> _callback)Unpin a List (asynchronously) Causes a user to remove a pinned List. -
Uses of ListPinnedResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return ListPinnedResponse Modifier and Type Method Description ListPinnedResponseListPinnedResponse. addErrorsItem(Problem errorsItem)ListPinnedResponseListPinnedResponse. data(ListPinnedResponseData data)ListPinnedResponseListPinnedResponse. errors(List<Problem> errors)static ListPinnedResponseListPinnedResponse. fromJson(String jsonString)Create an instance of ListPinnedResponse given an JSON string
-