Uses of Enum
com.google.genai.gaos.models.webhooks.WebhookUpdateState
Packages that use WebhookUpdateState
-
Uses of WebhookUpdateState in com.google.genai.gaos.models.webhooks
Methods in com.google.genai.gaos.models.webhooks that return WebhookUpdateStateModifier and TypeMethodDescriptionstatic WebhookUpdateStateReturns the enum constant of this type with the specified name.static WebhookUpdateState[]WebhookUpdateState.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 WebhookUpdateStateModifier and TypeMethodDescriptionstatic Optional<WebhookUpdateState>WebhookUpdate.state()Optional.Methods in com.google.genai.gaos.models.webhooks with parameters of type WebhookUpdateStateModifier and TypeMethodDescriptionWebhookUpdate.Builder.state(WebhookUpdateState state) Optional.WebhookUpdate.withState(WebhookUpdateState state) Optional.Constructors in com.google.genai.gaos.models.webhooks with parameters of type WebhookUpdateStateModifierConstructorDescriptionWebhookUpdate(String name, WebhookUpdateState state, List<WebhookUpdateSubscribedEvent> subscribedEvents, String uri)