Uses of Enum Class
com.needleandstitch.pavuk.model.User.Status
Packages that use User.Status
-
Uses of User.Status in com.needleandstitch.pavuk.model
Subclasses with type arguments of type User.Status in com.needleandstitch.pavuk.modelMethods in com.needleandstitch.pavuk.model that return User.StatusModifier and TypeMethodDescriptionUser.getStatus()
Gets the status of the user.static User.Status
Returns the enum constant of this class with the specified name.static User.Status[]
User.Status.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.needleandstitch.pavuk.model with parameters of type User.StatusModifier and TypeMethodDescriptionvoid
User.setStatus
(User.Status status) Sets the status of the user.