Package com.openai.models
Class VectorStoreFileDeleted.Object
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class VectorStoreFileDeleted.Object implements Enum
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
VectorStoreFileDeleted.Object.Known
public enum
VectorStoreFileDeleted.Object.Value
-
Field Summary
Fields Modifier and Type Field Description public final static VectorStoreFileDeleted.Object
VECTOR_STORE_FILE_DELETED
-
Method Summary
Modifier and Type Method Description final JsonField<String>
_value()
final VectorStoreFileDeleted.Object.Value
value()
final VectorStoreFileDeleted.Object.Known
known()
final String
asString()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static VectorStoreFileDeleted.Object
of(String value)
-
-
Method Detail
-
value
final VectorStoreFileDeleted.Object.Value value()
-
known
final VectorStoreFileDeleted.Object.Known known()
-
of
final static VectorStoreFileDeleted.Object of(String value)
-
-
-
-