Package com.openai.models
Class BetaVectorStoreFileBatchListFilesParams.Order
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class BetaVectorStoreFileBatchListFilesParams.Order implements EnumSort order by the
created_attimestamp of the objects.ascfor ascending order anddescfor descending order.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumBetaVectorStoreFileBatchListFilesParams.Order.Knownpublic enumBetaVectorStoreFileBatchListFilesParams.Order.Value
-
Field Summary
Fields Modifier and Type Field Description public final static BetaVectorStoreFileBatchListFilesParams.OrderASCpublic final static BetaVectorStoreFileBatchListFilesParams.OrderDESC
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final BetaVectorStoreFileBatchListFilesParams.Order.Valuevalue()final BetaVectorStoreFileBatchListFilesParams.Order.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaVectorStoreFileBatchListFilesParams.Orderof(String value)-
-
Method Detail
-
value
final BetaVectorStoreFileBatchListFilesParams.Order.Value value()
-
known
final BetaVectorStoreFileBatchListFilesParams.Order.Known known()
-
of
final static BetaVectorStoreFileBatchListFilesParams.Order of(String value)
-
-
-
-