Uses of Enum Class
io.datarouter.auth.model.enums.RoleUpdateType
Packages that use RoleUpdateType
-
Uses of RoleUpdateType in io.datarouter.auth.model.dto
Methods in io.datarouter.auth.model.dto that return RoleUpdateTypeModifier and TypeMethodDescriptionUserRoleUpdateDto.updateType()Returns the value of theupdateTyperecord component.Constructors in io.datarouter.auth.model.dto with parameters of type RoleUpdateTypeModifierConstructorDescriptionUserRoleUpdateDto(String roleName, RoleUpdateType updateType) Creates an instance of aUserRoleUpdateDtorecord class. -
Uses of RoleUpdateType in io.datarouter.auth.model.enums
Fields in io.datarouter.auth.model.enums with type parameters of type RoleUpdateTypeModifier and TypeFieldDescriptionstatic final io.datarouter.enums.StringMappedEnum<RoleUpdateType> RoleUpdateType.BY_PERSISTENT_STRINGMethods in io.datarouter.auth.model.enums that return RoleUpdateTypeModifier and TypeMethodDescriptionstatic RoleUpdateTypeReturns the enum constant of this class with the specified name.static RoleUpdateType[]RoleUpdateType.values()Returns an array containing the constants of this enum class, in the order they are declared.