Uses of Enum Class
org.openqa.selenium.devtools.v141.storage.model.InterestGroupAccessType
Packages that use InterestGroupAccessType
-
Uses of InterestGroupAccessType in org.openqa.selenium.devtools.v141.storage.model
Methods in org.openqa.selenium.devtools.v141.storage.model that return InterestGroupAccessTypeModifier and TypeMethodDescriptionstatic InterestGroupAccessTypeInterestGroupAccessType.fromString(String s) InterestGroupAccessed.getType()static InterestGroupAccessTypeReturns the enum constant of this class with the specified name.static InterestGroupAccessType[]InterestGroupAccessType.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 InterestGroupAccessTypeModifierConstructorDescriptionInterestGroupAccessed(TimeSinceEpoch accessTime, InterestGroupAccessType type, String ownerOrigin, String name, Optional<String> componentSellerOrigin, Optional<Number> bid, Optional<String> bidCurrency, Optional<InterestGroupAuctionId> uniqueAuctionId)