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.UserStatusUser. getStatus()Gets the status of the user.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 UserStatusUserChangeStatusEvent. getNewStatus()Gets the new status of the user.UserStatusUserChangeStatusEvent. getOldStatus()Gets the old status of the user.
-