UsersBlockingMutationResponse |
UsersApi.usersIdBlock(UsersIdBlockRequest usersIdBlockRequest,
String id) |
Block User by User ID
Causes the user (in the path) to block the target user.
|
UsersBlockingMutationResponse |
UsersApi.usersIdBlock(Integer retries,
UsersIdBlockRequest usersIdBlockRequest,
String id) |
Calls the API using a retry mechanism to handle rate limits errors.
|
okhttp3.Call |
UsersApi.usersIdBlockAsync(UsersIdBlockRequest usersIdBlockRequest,
String id,
ApiCallback<UsersBlockingMutationResponse> _callback) |
Block User by User ID (asynchronously)
Causes the user (in the path) to block the target user.
|
okhttp3.Call |
UsersApi.usersIdBlockCall(UsersIdBlockRequest usersIdBlockRequest,
String id,
ApiCallback _callback) |
Build call for usersIdBlock
|
ApiResponse<UsersBlockingMutationResponse> |
UsersApi.usersIdBlockWithHttpInfo(UsersIdBlockRequest usersIdBlockRequest,
String id) |
Block User by User ID
Causes the user (in the path) to block the target user.
|