Uses of Enum
com.google.genai.types.DocumentState.Known
Packages that use DocumentState.Known
-
Uses of DocumentState.Known in com.google.genai.types
Methods in com.google.genai.types that return DocumentState.KnownModifier and TypeMethodDescriptionDocumentState.knownEnum()static DocumentState.KnownReturns the enum constant of this type with the specified name.static DocumentState.Known[]DocumentState.Known.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.genai.types with parameters of type DocumentState.KnownModifier and TypeMethodDescriptionDocument.Builder.state(DocumentState.Known knownType) Setter for state given a known enum.Constructors in com.google.genai.types with parameters of type DocumentState.Known