Package com.openai.models
Class ImageUrlContentBlock.Type
-
- All Implemented Interfaces:
-
com.openai.core.Enum
public final class ImageUrlContentBlock.Type implements EnumThe type of the content part.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumImageUrlContentBlock.Type.Knownpublic enumImageUrlContentBlock.Type.Value
-
Field Summary
Fields Modifier and Type Field Description public final static ImageUrlContentBlock.TypeIMAGE_URL
-
Method Summary
Modifier and Type Method Description final JsonField<String>_value()final ImageUrlContentBlock.Type.Valuevalue()final ImageUrlContentBlock.Type.Knownknown()final StringasString()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageUrlContentBlock.Typeof(String value)-
-
Method Detail
-
value
final ImageUrlContentBlock.Type.Value value()
-
known
final ImageUrlContentBlock.Type.Known known()
-
of
final static ImageUrlContentBlock.Type of(String value)
-
-
-
-