Uses of Class
com.twitter.clientlib.model.UsersFollowingCreateResponse
-
Packages that use UsersFollowingCreateResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersFollowingCreateResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return UsersFollowingCreateResponse Modifier and Type Method Description UsersFollowingCreateResponseUsersApi.APIusersIdFollowRequest. execute()Execute usersIdFollow requestUsersFollowingCreateResponseUsersApi.APIusersIdFollowRequest. 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 UsersFollowingCreateResponse Modifier and Type Method Description ApiResponse<UsersFollowingCreateResponse>UsersApi.APIusersIdFollowRequest. executeWithHttpInfo()Execute usersIdFollow request with HTTP info returnedMethod parameters in com.twitter.clientlib.api with type arguments of type UsersFollowingCreateResponse Modifier and Type Method Description okhttp3.CallUsersApi.APIusersIdFollowRequest. executeAsync(ApiCallback<UsersFollowingCreateResponse> _callback)Execute usersIdFollow request (asynchronously) -
Uses of UsersFollowingCreateResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersFollowingCreateResponse Modifier and Type Method Description UsersFollowingCreateResponseUsersFollowingCreateResponse. addErrorsItem(Problem errorsItem)UsersFollowingCreateResponseUsersFollowingCreateResponse. data(UsersFollowingCreateResponseData data)UsersFollowingCreateResponseUsersFollowingCreateResponse. errors(List<Problem> errors)static UsersFollowingCreateResponseUsersFollowingCreateResponse. fromJson(String jsonString)Create an instance of UsersFollowingCreateResponse given an JSON string
-