Uses of Class
com.applitools.eyes.universal.dto.CloseSettingsDto
Packages that use CloseSettingsDto
Package
Description
-
Uses of CloseSettingsDto in com.applitools.eyes.universal
Methods in com.applitools.eyes.universal with parameters of type CloseSettingsDtoModifier and TypeMethodDescriptionvoidCommandExecutor.abort(Reference eyesRef, CloseSettingsDto closeSettings) voidCommandExecutor.close(Reference eyesRef, CloseSettingsDto closeSettings, ConfigurationDto config) -
Uses of CloseSettingsDto in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto with parameters of type CloseSettingsDto -
Uses of CloseSettingsDto in com.applitools.eyes.universal.dto.request
Methods in com.applitools.eyes.universal.dto.request that return CloseSettingsDtoModifier and TypeMethodDescriptionCommandAbortRequestDto.getSettings()CommandCloseRequestDto.getSettings()Methods in com.applitools.eyes.universal.dto.request with parameters of type CloseSettingsDtoModifier and TypeMethodDescriptionvoidCommandAbortRequestDto.setSettings(CloseSettingsDto settings) voidCommandCloseRequestDto.setSettings(CloseSettingsDto settings) Constructors in com.applitools.eyes.universal.dto.request with parameters of type CloseSettingsDtoModifierConstructorDescriptionCommandAbortRequestDto(Reference eyes, CloseSettingsDto settings) CommandCloseRequestDto(Reference eyes, CloseSettingsDto settings, ConfigurationDto config) -
Uses of CloseSettingsDto in com.applitools.eyes.universal.mapper
Methods in com.applitools.eyes.universal.mapper that return CloseSettingsDtoModifier and TypeMethodDescriptionstatic CloseSettingsDtoSettingsMapper.toCloseSettingsDto(Configuration config)