Uses of Class
org.qubership.atp.ram.clients.api.dto.catalogue.UserInfoReqDto
Packages that use UserInfoReqDto
-
Uses of UserInfoReqDto in org.qubership.atp.ram.clients.api.dto.catalogue
Methods in org.qubership.atp.ram.clients.api.dto.catalogue that return UserInfoReqDtoModifier and TypeMethodDescriptionUserInfoReqDto.addRolesItem(String rolesItem) @Valid UserInfoReqDtoTestPlanDtoDto.getCreatedBy()Get createdBy@Valid UserInfoReqDtoTestPlanDtoDto.getLastModifiedBy()Get lastModifiedByMethods in org.qubership.atp.ram.clients.api.dto.catalogue with parameters of type UserInfoReqDtoModifier and TypeMethodDescriptionTestPlanDtoDto.createdBy(UserInfoReqDto createdBy) TestPlanDtoDto.lastModifiedBy(UserInfoReqDto lastModifiedBy) voidTestPlanDtoDto.setCreatedBy(UserInfoReqDto createdBy) voidTestPlanDtoDto.setLastModifiedBy(UserInfoReqDto lastModifiedBy)