Uses of Class
org.openqa.selenium.devtools.v112.storage.model.InterestGroupAccessType
-
Packages that use InterestGroupAccessType Package Description org.openqa.selenium.devtools.v112.storage.model -
-
Uses of InterestGroupAccessType in org.openqa.selenium.devtools.v112.storage.model
Methods in org.openqa.selenium.devtools.v112.storage.model that return InterestGroupAccessType Modifier and Type Method Description static InterestGroupAccessTypeInterestGroupAccessType. fromString(java.lang.String s)InterestGroupAccessTypeInterestGroupAccessed. getType()static InterestGroupAccessTypeInterestGroupAccessType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static InterestGroupAccessType[]InterestGroupAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openqa.selenium.devtools.v112.storage.model with parameters of type InterestGroupAccessType Constructor Description InterestGroupAccessed(TimeSinceEpoch accessTime, InterestGroupAccessType type, java.lang.String ownerOrigin, java.lang.String name)
-