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.APIusersIdFollowRequestUsersApi.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 UsersFollowingCreateRequestUsersFollowingCreateRequest. fromJson(String jsonString)Create an instance of UsersFollowingCreateRequest given an JSON stringUsersFollowingCreateRequestUsersFollowingCreateRequest. targetUserId(String targetUserId)
-