Package com.openai.models
Class FileListParams.Order
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class FileListParams.Order implements Enum
Sort order by the
created_at
timestamp of the objects.asc
for ascending order anddesc
for descending order.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enum
FileListParams.Order.Known
public enum
FileListParams.Order.Value
-
Field Summary
Fields Modifier and Type Field Description public final static FileListParams.Order
ASC
public final static FileListParams.Order
DESC
-
Method Summary
-
-
Method Detail
-
value
final FileListParams.Order.Value value()
-
known
final FileListParams.Order.Known known()
-
of
final static FileListParams.Order of(String value)
-
-
-
-