Uses of Class
com.twitter.clientlib.model.MultiUserLookupResponse
-
Packages that use MultiUserLookupResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of MultiUserLookupResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return MultiUserLookupResponse Modifier and Type Method Description MultiUserLookupResponseUsersApi. findUsersById(Integer retries, List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)Calls the API using a retry mechanism to handle rate limits errors.MultiUserLookupResponseUsersApi. findUsersById(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)User lookup by IDs This endpoint returns information about users.MultiUserLookupResponseUsersApi. findUsersByUsername(Integer retries, List<String> usernames, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)Calls the API using a retry mechanism to handle rate limits errors.MultiUserLookupResponseUsersApi. findUsersByUsername(List<String> usernames, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)User lookup by usernames This endpoint returns information about users.MultiUserLookupResponseSpacesApi. spaceBuyers(Integer retries, String id, Set<String> userFields)Calls the API using a retry mechanism to handle rate limits errors.MultiUserLookupResponseSpacesApi. spaceBuyers(String id, Set<String> userFields)Retrieve the list of users who purchased a ticket to the given space Retrieves the list of users who purchased a ticket to the given spaceMultiUserLookupResponseTweetsApi. spaceBuyers(Integer retries, String id, Set<String> userFields)Calls the API using a retry mechanism to handle rate limits errors.MultiUserLookupResponseTweetsApi. spaceBuyers(String id, Set<String> userFields)Retrieve the list of users who purchased a ticket to the given space Retrieves the list of users who purchased a ticket to the given spaceMethods in com.twitter.clientlib.api that return types with arguments of type MultiUserLookupResponse Modifier and Type Method Description ApiResponse<MultiUserLookupResponse>UsersApi. findUsersByIdWithHttpInfo(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)User lookup by IDs This endpoint returns information about users.ApiResponse<MultiUserLookupResponse>UsersApi. findUsersByUsernameWithHttpInfo(List<String> usernames, Set<String> expansions, Set<String> tweetFields, Set<String> userFields)User lookup by usernames This endpoint returns information about users.ApiResponse<MultiUserLookupResponse>SpacesApi. spaceBuyersWithHttpInfo(String id, Set<String> userFields)Retrieve the list of users who purchased a ticket to the given space Retrieves the list of users who purchased a ticket to the given spaceApiResponse<MultiUserLookupResponse>TweetsApi. spaceBuyersWithHttpInfo(String id, Set<String> userFields)Retrieve the list of users who purchased a ticket to the given space Retrieves the list of users who purchased a ticket to the given spaceMethod parameters in com.twitter.clientlib.api with type arguments of type MultiUserLookupResponse Modifier and Type Method Description okhttp3.CallUsersApi. findUsersByIdAsync(List<String> ids, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, ApiCallback<MultiUserLookupResponse> _callback)User lookup by IDs (asynchronously) This endpoint returns information about users.okhttp3.CallUsersApi. findUsersByUsernameAsync(List<String> usernames, Set<String> expansions, Set<String> tweetFields, Set<String> userFields, ApiCallback<MultiUserLookupResponse> _callback)User lookup by usernames (asynchronously) This endpoint returns information about users.okhttp3.CallSpacesApi. spaceBuyersAsync(String id, Set<String> userFields, ApiCallback<MultiUserLookupResponse> _callback)Retrieve the list of users who purchased a ticket to the given space (asynchronously) Retrieves the list of users who purchased a ticket to the given spaceokhttp3.CallTweetsApi. spaceBuyersAsync(String id, Set<String> userFields, ApiCallback<MultiUserLookupResponse> _callback)Retrieve the list of users who purchased a ticket to the given space (asynchronously) Retrieves the list of users who purchased a ticket to the given space -
Uses of MultiUserLookupResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return MultiUserLookupResponse Modifier and Type Method Description MultiUserLookupResponseMultiUserLookupResponse. addDataItem(User dataItem)MultiUserLookupResponseMultiUserLookupResponse. addErrorsItem(Problem errorsItem)MultiUserLookupResponseMultiUserLookupResponse. data(List<User> data)MultiUserLookupResponseMultiUserLookupResponse. errors(List<Problem> errors)static MultiUserLookupResponseMultiUserLookupResponse. fromJson(String jsonString)Create an instance of MultiUserLookupResponse given an JSON stringMultiUserLookupResponseMultiUserLookupResponse. includes(Expansions includes)
-