Uses of Enum Class
org.openqa.selenium.devtools.v135.storage.model.AttributionReportingTriggerDataMatching
Packages that use AttributionReportingTriggerDataMatching
-
Uses of AttributionReportingTriggerDataMatching in org.openqa.selenium.devtools.v135.storage.model
Methods in org.openqa.selenium.devtools.v135.storage.model that return AttributionReportingTriggerDataMatchingModifier and TypeMethodDescriptionAttributionReportingTriggerDataMatching.fromString(String s) AttributionReportingSourceRegistration.getTriggerDataMatching()Returns the enum constant of this class with the specified name.AttributionReportingTriggerDataMatching.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v135.storage.model with parameters of type AttributionReportingTriggerDataMatchingModifierConstructorDescriptionAttributionReportingSourceRegistration(TimeSinceEpoch time, Integer expiry, List<AttributionReportingTriggerSpec> triggerSpecs, Integer aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey, AttributionReportingTriggerDataMatching triggerDataMatching, SignedInt64AsBase10 destinationLimitPriority, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, Optional<AttributionScopesData> scopesData, Integer maxEventLevelReports)