Uses of Enum
com.google.genai.gaos.models.triggers.TriggerUpdateStatus
Packages that use TriggerUpdateStatus
-
Uses of TriggerUpdateStatus in com.google.genai.gaos.models.triggers
Methods in com.google.genai.gaos.models.triggers that return TriggerUpdateStatusModifier and TypeMethodDescriptionstatic TriggerUpdateStatusReturns the enum constant of this type with the specified name.static TriggerUpdateStatus[]TriggerUpdateStatus.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.gaos.models.triggers that return types with arguments of type TriggerUpdateStatusModifier and TypeMethodDescriptionstatic Optional<TriggerUpdateStatus>TriggerUpdate.status()Optional.Methods in com.google.genai.gaos.models.triggers with parameters of type TriggerUpdateStatusModifier and TypeMethodDescriptionTriggerUpdate.Builder.status(TriggerUpdateStatus status) Optional.TriggerUpdate.withStatus(TriggerUpdateStatus status) Optional.Constructors in com.google.genai.gaos.models.triggers with parameters of type TriggerUpdateStatus