Package com.openai.models.videos
Class VideoExtendParams.Video.VideoReferenceInputParam.Builder
-
- All Implemented Interfaces:
public final class VideoExtendParams.Video.VideoReferenceInputParam.BuilderA builder for VideoReferenceInputParam.
-
-
Method Summary
-
-
Method Detail
-
id
final VideoExtendParams.Video.VideoReferenceInputParam.Builder id(String id)
The identifier of the completed video.
-
id
final VideoExtendParams.Video.VideoReferenceInputParam.Builder id(MultipartField<String> id)
Sets Builder.id to an arbitrary multipart value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final VideoExtendParams.Video.VideoReferenceInputParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final VideoExtendParams.Video.VideoReferenceInputParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final VideoExtendParams.Video.VideoReferenceInputParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final VideoExtendParams.Video.VideoReferenceInputParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final VideoExtendParams.Video.VideoReferenceInputParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final VideoExtendParams.Video.VideoReferenceInputParam build()
Returns an immutable instance of VideoReferenceInputParam.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id()
-
-
-
-