Uses of Enum
com.google.genai.gaos.models.webhooks.RevocationBehavior
Packages that use RevocationBehavior
-
Uses of RevocationBehavior in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return RevocationBehaviorModifier and TypeMethodDescriptionstatic RevocationBehaviorReturns the enum constant of this type with the specified name.static RevocationBehavior[]RevocationBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.gaos.models.webhooks that return types with arguments of type RevocationBehaviorModifier and TypeMethodDescriptionstatic Optional<RevocationBehavior>RotateSigningSecretRequest.revocationBehavior()Optional.Methods in com.google.genai.gaos.models.webhooks with parameters of type RevocationBehaviorModifier and TypeMethodDescriptionRotateSigningSecretRequest.Builder.revocationBehavior(RevocationBehavior revocationBehavior) Optional.RotateSigningSecretRequest.withRevocationBehavior(RevocationBehavior revocationBehavior) Optional.Constructors in com.google.genai.gaos.models.webhooks with parameters of type RevocationBehavior