Uses of Class
gen.org.tkit.onecx.quarkus.security.example.model.UpdateRoleRequestDTO
Packages that use UpdateRoleRequestDTO
Package
Description
-
Uses of UpdateRoleRequestDTO in gen.org.tkit.onecx.quarkus.security.example
Methods in gen.org.tkit.onecx.quarkus.security.example with parameters of type UpdateRoleRequestDTOModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseRoleInternalApi.updateRole(String id, @Valid @NotNull UpdateRoleRequestDTO updateRoleRequestDTO) -
Uses of UpdateRoleRequestDTO in gen.org.tkit.onecx.quarkus.security.example.model
Methods in gen.org.tkit.onecx.quarkus.security.example.model that return UpdateRoleRequestDTOModifier and TypeMethodDescriptionUpdateRoleRequestDTO.description(String description) UpdateRoleRequestDTO.modificationCount(Integer modificationCount) UpdateRoleRequestDTO.shortDescription(String shortDescription) -
Uses of UpdateRoleRequestDTO in org.tkit.onecx.quarkus.it.security
Methods in org.tkit.onecx.quarkus.it.security with parameters of type UpdateRoleRequestDTOModifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseRoleRestController.updateRole(String id, UpdateRoleRequestDTO updateRoleRequestDTO)