Uses of Class
com.twitter.clientlib.model.Get2UsersMeResponse
-
Packages that use Get2UsersMeResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of Get2UsersMeResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return Get2UsersMeResponse Modifier and Type Method Description Get2UsersMeResponse
UsersApi.APIfindMyUserRequest. execute()
Execute findMyUser requestGet2UsersMeResponse
UsersApi.APIfindMyUserRequest. execute(Integer retries)
Calls the API using a retry mechanism to handle rate limits errors.Methods in com.twitter.clientlib.api that return types with arguments of type Get2UsersMeResponse Modifier and Type Method Description ApiResponse<Get2UsersMeResponse>
UsersApi.APIfindMyUserRequest. executeWithHttpInfo()
Execute findMyUser request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type Get2UsersMeResponse Modifier and Type Method Description okhttp3.Call
UsersApi.APIfindMyUserRequest. executeAsync(ApiCallback<Get2UsersMeResponse> _callback)
Execute findMyUser request (asynchronously) -
Uses of Get2UsersMeResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Get2UsersMeResponse Modifier and Type Method Description Get2UsersMeResponse
Get2UsersMeResponse. addErrorsItem(Problem errorsItem)
Get2UsersMeResponse
Get2UsersMeResponse. data(User data)
Get2UsersMeResponse
Get2UsersMeResponse. errors(List<Problem> errors)
static Get2UsersMeResponse
Get2UsersMeResponse. fromJson(String jsonString)
Create an instance of Get2UsersMeResponse given an JSON stringGet2UsersMeResponse
Get2UsersMeResponse. includes(Expansions includes)
-