Uses of Class
org.openqa.selenium.devtools.v100.audits.model.AttributionReportingIssueType
-
Packages that use AttributionReportingIssueType Package Description org.openqa.selenium.devtools.v100.audits.model -
-
Uses of AttributionReportingIssueType in org.openqa.selenium.devtools.v100.audits.model
Methods in org.openqa.selenium.devtools.v100.audits.model that return AttributionReportingIssueType Modifier and Type Method Description static AttributionReportingIssueTypeAttributionReportingIssueType. fromString(java.lang.String s)AttributionReportingIssueTypeAttributionReportingIssueDetails. getViolationType()static AttributionReportingIssueTypeAttributionReportingIssueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AttributionReportingIssueType[]AttributionReportingIssueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v100.audits.model with parameters of type AttributionReportingIssueType Constructor Description AttributionReportingIssueDetails(AttributionReportingIssueType violationType, java.util.Optional<AffectedFrame> frame, java.util.Optional<AffectedRequest> request, java.util.Optional<BackendNodeId> violatingNodeId, java.util.Optional<java.lang.String> invalidParameter)
-