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 enum
VectorStoreDeleted.Object.Known
public enum
VectorStoreDeleted.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreDeleted.Object
VECTOR_STORE_DELETED
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final VectorStoreDeleted.Object.Value
value()
final VectorStoreDeleted.Object.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreDeleted.Object
of(String value)
-
-
Method Detail
-
value
final VectorStoreDeleted.Object.Value value()
-
known
final VectorStoreDeleted.Object.Known known()
-
of
final static VectorStoreDeleted.Object of(String value)
-
-
-
-