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 UsersFollowingCreateResponse
UsersApi.APIusersIdFollowRequest. execute()
Execute usersIdFollow requestUsersFollowingCreateResponse
UsersApi.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.Call
UsersApi.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 UsersFollowingCreateResponse
UsersFollowingCreateResponse. addErrorsItem(Problem errorsItem)
UsersFollowingCreateResponse
UsersFollowingCreateResponse. data(UsersFollowingCreateResponseData data)
UsersFollowingCreateResponse
UsersFollowingCreateResponse. errors(List<Problem> errors)
static UsersFollowingCreateResponse
UsersFollowingCreateResponse. fromJson(String jsonString)
Create an instance of UsersFollowingCreateResponse given an JSON string
-