Uses of Enum Class
org.openqa.selenium.devtools.v118.storage.model.AttributionReportingSourceType
Packages that use AttributionReportingSourceType
-
Uses of AttributionReportingSourceType in org.openqa.selenium.devtools.v118.storage.model
Methods in org.openqa.selenium.devtools.v118.storage.model that return AttributionReportingSourceTypeModifier and TypeMethodDescriptionAttributionReportingSourceType.fromString(String s) AttributionReportingSourceRegistration.getType()Returns the enum constant of this class with the specified name.static AttributionReportingSourceType[]AttributionReportingSourceType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v118.storage.model with parameters of type AttributionReportingSourceTypeModifierConstructorDescriptionAttributionReportingSourceRegistration(TimeSinceEpoch time, Optional<Integer> expiry, Optional<Integer> eventReportWindow, Optional<AttributionReportingEventReportWindows> eventReportWindows, Optional<Integer> aggregatableReportWindow, AttributionReportingSourceType type, String sourceOrigin, String reportingOrigin, List<String> destinationSites, UnsignedInt64AsBase10 eventId, SignedInt64AsBase10 priority, List<AttributionReportingFilterDataEntry> filterData, List<AttributionReportingAggregationKeysEntry> aggregationKeys, Optional<UnsignedInt64AsBase10> debugKey)