Uses of Class
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAuctionId
Packages that use InterestGroupAuctionId
-
Uses of InterestGroupAuctionId in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return InterestGroupAuctionIdMethods in org.openqa.selenium.devtools.v141.storage.model that return types with arguments of type InterestGroupAuctionIdModifier and TypeMethodDescriptionInterestGroupAuctionNetworkRequestCreated.getAuctions()This is the set of the auctions using the worklet that issued this request.InterestGroupAuctionEventOccurred.getParentAuctionId()Set for child auctions.InterestGroupAccessed.getUniqueAuctionId()For non-global events --- links to interestGroupAuctionEventConstructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type InterestGroupAuctionIdModifierConstructorDescriptionInterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig) Constructor parameters in org.openqa.selenium.devtools.v141.storage.model with type arguments of type InterestGroupAuctionIdModifierConstructorDescriptionInterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig) InterestGroupAuctionNetworkRequestCreated(InterestGroupAuctionFetchType type, RequestId requestId, List<InterestGroupAuctionId> auctions)