Uses of Class
com.twitter.clientlib.model.UsersFollowingCreateRequest
-
Packages that use UsersFollowingCreateRequest Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersFollowingCreateRequest in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api with parameters of type UsersFollowingCreateRequest Modifier and Type Method Description UsersApi.APIusersIdFollowRequest
UsersApi.APIusersIdFollowRequest. usersFollowingCreateRequest(UsersFollowingCreateRequest usersFollowingCreateRequest)
Set usersFollowingCreateRequest -
Uses of UsersFollowingCreateRequest in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersFollowingCreateRequest Modifier and Type Method Description static UsersFollowingCreateRequest
UsersFollowingCreateRequest. fromJson(String jsonString)
Create an instance of UsersFollowingCreateRequest given an JSON stringUsersFollowingCreateRequest
UsersFollowingCreateRequest. targetUserId(String targetUserId)
-