Uses of Class
com.applitools.eyes.universal.dto.CloseBatchSettingsDto
Packages that use CloseBatchSettingsDto
Package
Description
-
Uses of CloseBatchSettingsDto in com.applitools.eyes.universal
Method parameters in com.applitools.eyes.universal with type arguments of type CloseBatchSettingsDtoModifier and TypeMethodDescriptionstatic 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 CloseBatchSettingsDtoMethod parameters in com.applitools.eyes.universal.dto.request with type arguments of type CloseBatchSettingsDtoModifier and TypeMethodDescriptionvoidCommandCloseBatchRequestDto.setSettings(List<CloseBatchSettingsDto> settings) Constructor parameters in com.applitools.eyes.universal.dto.request with type arguments of type CloseBatchSettingsDto -
Uses of CloseBatchSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return types with arguments of type CloseBatchSettingsDtoModifier and TypeMethodDescriptionstatic List<CloseBatchSettingsDto> SettingsMapper.toCloseBatchSettingsDto(List<String> batchIds, String apiKey, String serverUrl, ProxySettings proxySettings)