Uses of Class
gen.org.tkit.onecx.quarkus.security.example.model.RoleDTO
Packages that use RoleDTO
-
Uses of RoleDTO in gen.org.tkit.onecx.quarkus.security.example.model
Methods in gen.org.tkit.onecx.quarkus.security.example.model that return RoleDTOModifier and TypeMethodDescriptionRoleDTO.creationDate(OffsetDateTime creationDate) RoleDTO.creationUser(String creationUser) RoleDTO.description(String description) RoleDTO.modificationCount(Integer modificationCount) RoleDTO.modificationDate(OffsetDateTime modificationDate) RoleDTO.modificationUser(String modificationUser) Methods in gen.org.tkit.onecx.quarkus.security.example.model that return types with arguments of type RoleDTOMethods in gen.org.tkit.onecx.quarkus.security.example.model with parameters of type RoleDTOModifier and TypeMethodDescriptionRolePageResultDTO.addStreamItem(RoleDTO streamItem) RolePageResultDTO.removeStreamItem(RoleDTO streamItem) Method parameters in gen.org.tkit.onecx.quarkus.security.example.model with type arguments of type RoleDTO