Uses of Class
com.applitools.eyes.universal.dto.response.CommandEyesGetResultsResponseDto
-
Packages that use CommandEyesGetResultsResponseDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.mapper -
-
Uses of CommandEyesGetResultsResponseDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal that return types with arguments of type CommandEyesGetResultsResponseDto Modifier and Type Method Description List<CommandEyesGetResultsResponseDto>CommandExecutor. eyesGetResults(Reference eyesRef, GetResultsSettings settings) -
Uses of CommandEyesGetResultsResponseDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper with parameters of type CommandEyesGetResultsResponseDto Modifier and Type Method Description static TestResultsTestResultsMapper. toTestResults(CommandEyesGetResultsResponseDto response, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings)Method parameters in com.applitools.eyes.universal.mapper with type arguments of type CommandEyesGetResultsResponseDto Modifier and Type Method Description static List<TestResults>TestResultsMapper. toTestResultsList(List<CommandEyesGetResultsResponseDto> responseDtoList, String apiKey, URI serverUrl, com.applitools.eyes.AbstractProxySettings proxySettings)
-