Uses of Class
com.applitools.eyes.universal.dto.CloseBatchSettingsDto
-
Packages that use CloseBatchSettingsDto Package Description com.applitools.eyes.universal com.applitools.eyes.universal.dto.request com.applitools.eyes.universal.mapper -
-
Uses of CloseBatchSettingsDto in com.applitools.eyes.universal
Method parameters in com.applitools.eyes.universal with type arguments of type CloseBatchSettingsDto Modifier and Type Method Description static voidCommandExecutor. closeBatch(List<CloseBatchSettingsDto> settings) -
Uses of CloseBatchSettingsDto in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return types with arguments of type CloseBatchSettingsDto Modifier and Type Method Description List<CloseBatchSettingsDto>CommandCloseBatchRequestDto. getSettings()Method parameters in com.applitools.eyes.universal.dto.request with type arguments of type CloseBatchSettingsDto Modifier and Type Method Description voidCommandCloseBatchRequestDto. setSettings(List<CloseBatchSettingsDto> settings)Constructor parameters in com.applitools.eyes.universal.dto.request with type arguments of type CloseBatchSettingsDto Constructor Description CommandCloseBatchRequestDto(List<CloseBatchSettingsDto> settings) -
Uses of CloseBatchSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return types with arguments of type CloseBatchSettingsDto Modifier and Type Method Description static List<CloseBatchSettingsDto>SettingsMapper. toCloseBatchSettingsDto(List<String> batchIds, String apiKey, String serverUrl, ProxySettings proxySettings)
-