Package com.openai.models
Class ImageUrlContentBlock
-
- All Implemented Interfaces:
public final class ImageUrlContentBlockReferences an image URL in the content of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageUrlContentBlock.Builderpublic final classImageUrlContentBlock.TypeThe type of the content part.
-
Method Summary
Modifier and Type Method Description final ImageUrlimageUrl()final ImageUrlContentBlock.Typetype()The type of the content part. final JsonField<ImageUrl>_imageUrl()final JsonField<ImageUrlContentBlock.Type>_type()The type of the content part. final Map<String, JsonValue>_additionalProperties()final ImageUrlContentBlockvalidate()final ImageUrlContentBlock.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageUrlContentBlock.Builderbuilder()-
-
Method Detail
-
type
final ImageUrlContentBlock.Type type()
The type of the content part.
-
_type
final JsonField<ImageUrlContentBlock.Type> _type()
The type of the content part.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageUrlContentBlock validate()
-
toBuilder
final ImageUrlContentBlock.Builder toBuilder()
-
builder
final static ImageUrlContentBlock.Builder builder()
-
-
-
-