Package com.openai.models
Class FileListParams.Order
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FileListParams.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 enumFileListParams.Order.Knownpublic enumFileListParams.Order.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FileListParams.OrderASCpublic final static FileListParams.OrderDESC
-
Method Summary
-
-
Method Detail
-
value
final FileListParams.Order.Value value()
-
known
final FileListParams.Order.Known known()
-
of
final static FileListParams.Order of(String value)
-
-
-
-