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