Uses of Enum Class
de.bytestore.hostinger.entity.user.enums.ActivityStatus
Packages that use ActivityStatus
-
Uses of ActivityStatus in de.bytestore.hostinger.entity.user
Methods in de.bytestore.hostinger.entity.user that return ActivityStatusModifier and TypeMethodDescriptionUser.getActivity()Retrieves the current activity status of the user.Methods in de.bytestore.hostinger.entity.user with parameters of type ActivityStatusModifier and TypeMethodDescriptionvoidUser.setActivity(ActivityStatus newActivity) Updates the activity status of the user. -
Uses of ActivityStatus in de.bytestore.hostinger.entity.user.enums
Methods in de.bytestore.hostinger.entity.user.enums that return ActivityStatusModifier and TypeMethodDescriptionstatic ActivityStatusstatic ActivityStatusReturns the enum constant of this class with the specified name.static ActivityStatus[]ActivityStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.