Uses of Class
com.chutneytesting.agent.api.dto.AgentsGraphApiDto
-
Packages that use AgentsGraphApiDto Package Description com.chutneytesting.agent.api.dto com.chutneytesting.agent.api.mapper -
-
Uses of AgentsGraphApiDto in com.chutneytesting.agent.api.dto
Fields in com.chutneytesting.agent.api.dto declared as AgentsGraphApiDto Modifier and Type Field Description AgentsGraphApiDtoNetworkDescriptionApiDto. agentsGraph -
Uses of AgentsGraphApiDto in com.chutneytesting.agent.api.mapper
Methods in com.chutneytesting.agent.api.mapper that return AgentsGraphApiDto Modifier and Type Method Description AgentsGraphApiDtoAgentGraphApiMapper. toDto(AgentGraph agentGraph)Methods in com.chutneytesting.agent.api.mapper with parameters of type AgentsGraphApiDto Modifier and Type Method Description AgentGraphAgentGraphApiMapper. fromDto(AgentsGraphApiDto agentsGraph)
-