Uses of Enum Class
com.bytedesk.core.rbac.user.UserEntity.Sex
Packages that use UserEntity.Sex
Package
Description
Utility classes package containing helper methods and common functionality
-
Uses of UserEntity.Sex in com.bytedesk.core.rbac.user
Fields in com.bytedesk.core.rbac.user declared as UserEntity.SexModifier and TypeFieldDescriptionprivate UserEntity.SexUserRequest.sexprivate UserEntity.SexUserResponse.sexMethods in com.bytedesk.core.rbac.user that return UserEntity.SexModifier and TypeMethodDescriptionstatic UserEntity.SexReturns 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. -
Uses of UserEntity.Sex in com.bytedesk.core.utils
Methods in com.bytedesk.core.utils that return UserEntity.SexModifier and TypeMethodDescriptionprivate static UserEntity.SexConvertUtils.parseUserSex(String sexValue)