Uses of Enum Class
org.openqa.selenium.devtools.v141.network.model.TrustTokenOperationType
Packages that use TrustTokenOperationType
-
Uses of TrustTokenOperationType in org.openqa.selenium.devtools.v141.network.model
Methods in org.openqa.selenium.devtools.v141.network.model that return TrustTokenOperationTypeModifier and TypeMethodDescriptionstatic TrustTokenOperationTypeTrustTokenOperationType.fromString(String s) TrustTokenParams.getOperation()TrustTokenOperationDone.getType()static TrustTokenOperationTypeReturns the enum constant of this class with the specified name.static TrustTokenOperationType[]TrustTokenOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openqa.selenium.devtools.v141.network.model with parameters of type TrustTokenOperationTypeModifierConstructorDescriptionTrustTokenOperationDone(TrustTokenOperationDone.Status status, TrustTokenOperationType type, RequestId requestId, Optional<String> topLevelOrigin, Optional<String> issuerOrigin, Optional<Integer> issuedTokenCount) TrustTokenParams(TrustTokenOperationType operation, TrustTokenParams.RefreshPolicy refreshPolicy, Optional<List<String>> issuers)