Uses of Class
org.javacord.api.entity.user.UserStatus
-
Packages that use UserStatus Package Description org.javacord.api org.javacord.api.entity.user org.javacord.api.event.user -
-
Uses of UserStatus in org.javacord.api
Methods in org.javacord.api that return UserStatus Modifier and Type Method Description UserStatusDiscordApi. getStatus()Gets the status which should be displayed for this bot.Methods in org.javacord.api with parameters of type UserStatus Modifier and Type Method Description voidDiscordApi. updateStatus(UserStatus status)Updates the status of this bot. -
Uses of UserStatus in org.javacord.api.entity.user
Methods in org.javacord.api.entity.user that return UserStatus Modifier and Type Method Description static UserStatusUserStatus. fromString(String str)Gets the status from the given string.default UserStatusUser. getDesktopStatus()Gets the status of the user on thedesktopclient.default UserStatusUser. getMobileStatus()Gets the status of the user on themobileclient.UserStatusUser. getStatus()Gets the connection status of the user as it is displayed in the user list.UserStatusUser. getStatusOnClient(DiscordClient client)Gets the status of the user on the given client.default UserStatusUser. getWebStatus()Gets the status of the user on theweb(browser) client.static UserStatusUserStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static UserStatus[]UserStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of UserStatus in org.javacord.api.event.user
Methods in org.javacord.api.event.user that return UserStatus Modifier and Type Method Description default UserStatusUserChangeStatusEvent. getNewDesktopStatus()Gets the new status of the user on thedesktopclient.default UserStatusUserChangeStatusEvent. getNewMobileStatus()Gets the new status of the user on themobileclient.UserStatusUserChangeStatusEvent. getNewStatus()Gets the new connection status of the user.UserStatusUserChangeStatusEvent. getNewStatusOnClient(DiscordClient client)Gets the new status on the given client.default UserStatusUserChangeStatusEvent. getNewWebStatus()Gets the new status of the user on theweb(browser) client.default UserStatusUserChangeStatusEvent. getOldDesktopStatus()Gets the old status of the user on thedesktopclient.default UserStatusUserChangeStatusEvent. getOldMobileStatus()Gets the old status of the user on themobileclient.UserStatusUserChangeStatusEvent. getOldStatus()Gets the old connection status of the user.UserStatusUserChangeStatusEvent. getOldStatusOnClient(DiscordClient client)Gets the old status on the given client.default UserStatusUserChangeStatusEvent. getOldWebStatus()Gets the old status of the user on theweb(browser) client.
-