Uses of Class
com.twitter.clientlib.model.UsersMutingMutationResponse
-
Packages that use UsersMutingMutationResponse Package Description com.twitter.clientlib.api com.twitter.clientlib.model -
-
Uses of UsersMutingMutationResponse in com.twitter.clientlib.api
Methods in com.twitter.clientlib.api that return UsersMutingMutationResponse Modifier and Type Method Description UsersMutingMutationResponseUsersApi. usersIdMute(UsersIdMuteRequest usersIdMuteRequest, String id)Mute User by User ID Causes the user (in the path) to mute the target user.UsersMutingMutationResponseUsersApi. usersIdMute(Integer retries, UsersIdMuteRequest usersIdMuteRequest, String id)Calls the API using a retry mechanism to handle rate limits errors.UsersMutingMutationResponseUsersApi. usersIdUnmute(Integer retries, String sourceUserId, String targetUserId)Calls the API using a retry mechanism to handle rate limits errors.UsersMutingMutationResponseUsersApi. usersIdUnmute(String sourceUserId, String targetUserId)Unmute User by User ID Causes the source user to unmute the target user.Methods in com.twitter.clientlib.api that return types with arguments of type UsersMutingMutationResponse Modifier and Type Method Description ApiResponse<UsersMutingMutationResponse>UsersApi. usersIdMuteWithHttpInfo(UsersIdMuteRequest usersIdMuteRequest, String id)Mute User by User ID Causes the user (in the path) to mute the target user.ApiResponse<UsersMutingMutationResponse>UsersApi. usersIdUnmuteWithHttpInfo(String sourceUserId, String targetUserId)Unmute User by User ID Causes the source user to unmute the target user.Method parameters in com.twitter.clientlib.api with type arguments of type UsersMutingMutationResponse Modifier and Type Method Description okhttp3.CallUsersApi. usersIdMuteAsync(UsersIdMuteRequest usersIdMuteRequest, String id, ApiCallback<UsersMutingMutationResponse> _callback)Mute User by User ID (asynchronously) Causes the user (in the path) to mute the target user.okhttp3.CallUsersApi. usersIdUnmuteAsync(String sourceUserId, String targetUserId, ApiCallback<UsersMutingMutationResponse> _callback)Unmute User by User ID (asynchronously) Causes the source user to unmute the target user. -
Uses of UsersMutingMutationResponse in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return UsersMutingMutationResponse Modifier and Type Method Description UsersMutingMutationResponseUsersMutingMutationResponse. addErrorsItem(Problem errorsItem)UsersMutingMutationResponseUsersMutingMutationResponse. data(UsersMutingMutationResponseData data)UsersMutingMutationResponseUsersMutingMutationResponse. errors(List<Problem> errors)static UsersMutingMutationResponseUsersMutingMutationResponse. fromJson(String jsonString)Create an instance of UsersMutingMutationResponse given an JSON string
-