Uses of Class
com.applitools.eyes.universal.dto.ResponsePayload
-
Packages that use ResponsePayload Package Description com.applitools.eyes.universal.dto -
-
Uses of ResponsePayload in com.applitools.eyes.universal.dto
Methods in com.applitools.eyes.universal.dto that return ResponsePayload Modifier and Type Method Description ResponsePayload<T>ResponseDto. getPayload()Methods in com.applitools.eyes.universal.dto with parameters of type ResponsePayload Modifier and Type Method Description voidResponseDto. setPayload(ResponsePayload<T> payload)Constructors in com.applitools.eyes.universal.dto with parameters of type ResponsePayload Constructor Description ResponseDto(String name, String key, ResponsePayload<T> payload)
-