Uses of Enum Class
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAuctionEventType
Packages that use InterestGroupAuctionEventType
-
Uses of InterestGroupAuctionEventType in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return InterestGroupAuctionEventTypeModifier and TypeMethodDescriptionInterestGroupAuctionEventType.fromString(String s) InterestGroupAuctionEventOccurred.getType()Returns the enum constant of this class with the specified name.static InterestGroupAuctionEventType[]InterestGroupAuctionEventType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.storage.model with parameters of type InterestGroupAuctionEventTypeModifierConstructorDescriptionInterestGroupAuctionEventOccurred(TimeSinceEpoch eventTime, InterestGroupAuctionEventType type, InterestGroupAuctionId uniqueAuctionId, Optional<InterestGroupAuctionId> parentAuctionId, Optional<Map<String, Object>> auctionConfig)