Uses of Class
org.openqa.selenium.devtools.v141.storage.model.AttributionReportingAggregatableDedupKey
Packages that use AttributionReportingAggregatableDedupKey
-
Uses of AttributionReportingAggregatableDedupKey in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return types with arguments of type AttributionReportingAggregatableDedupKeyModifier and TypeMethodDescriptionAttributionReportingTriggerRegistration.getAggregatableDedupKeys()Constructor parameters in org.openqa.selenium.devtools.v141.storage.model with type arguments of type AttributionReportingAggregatableDedupKeyModifierConstructorDescriptionAttributionReportingTriggerRegistration(AttributionReportingFilterPair filters, Optional<UnsignedInt64AsBase10> debugKey, List<AttributionReportingAggregatableDedupKey> aggregatableDedupKeys, List<AttributionReportingEventTriggerData> eventTriggerData, List<AttributionReportingAggregatableTriggerData> aggregatableTriggerData, List<AttributionReportingAggregatableValueEntry> aggregatableValues, Integer aggregatableFilteringIdMaxBytes, Boolean debugReporting, Optional<String> aggregationCoordinatorOrigin, AttributionReportingSourceRegistrationTimeConfig sourceRegistrationTimeConfig, Optional<String> triggerContextId, AttributionReportingAggregatableDebugReportingConfig aggregatableDebugReportingConfig, List<String> scopes, List<AttributionReportingNamedBudgetCandidate> namedBudgets)