Uses of Enum Class
com.bytedesk.core.rbac.user.UserEntity.Sex
Packages that use UserEntity.Sex
-
Uses of UserEntity.Sex in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user declared as UserEntity.SexModifier and TypeFieldDescriptionprivate UserEntity.Sex
UserRequest.sex
private UserEntity.Sex
UserResponse.sex
Methods in com.bytedesk.core.rbac.user that return UserEntity.SexModifier and TypeMethodDescriptionstatic UserEntity.Sex
Returns the enum constant of this class with the specified name.static UserEntity.Sex[]
UserEntity.Sex.values()
Returns an array containing the constants of this enum class, in the order they are declared.