Package com.openai.models
Class VectorStoreDeleted.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreDeleted.Object implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumVectorStoreDeleted.Object.Knownpublic enumVectorStoreDeleted.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreDeleted.ObjectVECTOR_STORE_DELETED
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final VectorStoreDeleted.Object.Valuevalue()final VectorStoreDeleted.Object.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VectorStoreDeleted.Objectof(String value)-
-
Method Detail
-
value
final VectorStoreDeleted.Object.Value value()
-
known
final VectorStoreDeleted.Object.Known known()
-
of
final static VectorStoreDeleted.Object of(String value)
-
-
-
-