Uses of Class
com.chutneytesting.agent.api.dto.ExploreResultApiDto.AgentLinkEntity
-
Packages that use ExploreResultApiDto.AgentLinkEntity Package Description com.chutneytesting.agent.api.dto com.chutneytesting.agent.api.mapper -
-
Uses of ExploreResultApiDto.AgentLinkEntity in com.chutneytesting.agent.api.dto
Fields in com.chutneytesting.agent.api.dto with type parameters of type ExploreResultApiDto.AgentLinkEntity Modifier and Type Field Description Set<ExploreResultApiDto.AgentLinkEntity>ExploreResultApiDto. agentLinks -
Uses of ExploreResultApiDto.AgentLinkEntity in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper with parameters of type ExploreResultApiDto.AgentLinkEntity Modifier and Type Method Description ExploreResultExploreResultApiMapper. fromDto(ExploreResultApiDto linksEntity, ExploreResultApiDto.AgentLinkEntity linkToExploredAgent)
-