Uses of Enum Class
org.openqa.selenium.devtools.v141.audits.model.AttributionReportingIssueType
Packages that use AttributionReportingIssueType
-
Uses of AttributionReportingIssueType in org.openqa.selenium.devtools.v141.audits.model
Methods in org.openqa.selenium.devtools.v141.audits.model that return AttributionReportingIssueTypeModifier and TypeMethodDescriptionAttributionReportingIssueType.fromString(String s) AttributionReportingIssueDetails.getViolationType()Returns the enum constant of this class with the specified name.static AttributionReportingIssueType[]AttributionReportingIssueType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.audits.model with parameters of type AttributionReportingIssueTypeModifierConstructorDescriptionAttributionReportingIssueDetails(AttributionReportingIssueType violationType, Optional<AffectedRequest> request, Optional<BackendNodeId> violatingNodeId, Optional<String> invalidParameter)