Package com.openai.models
Class BetaAssistantListParams.Order
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class BetaAssistantListParams.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 enumBetaAssistantListParams.Order.Knownpublic enumBetaAssistantListParams.Order.Value
-
Field Summary
Fields Modifier and Type Field Description public final static BetaAssistantListParams.OrderASCpublic final static BetaAssistantListParams.OrderDESC
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final BetaAssistantListParams.Order.Valuevalue()final BetaAssistantListParams.Order.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaAssistantListParams.Orderof(String value)-
-
Method Detail
-
value
final BetaAssistantListParams.Order.Value value()
-
known
final BetaAssistantListParams.Order.Known known()
-
of
final static BetaAssistantListParams.Order of(String value)
-
-
-
-