Package com.openai.models.videos
Class VideoEditParams.Video.VideoReferenceInputParam.Builder
-
- All Implemented Interfaces:
public final class VideoEditParams.Video.VideoReferenceInputParam.BuilderA builder for VideoReferenceInputParam.
-
-
Method Summary
Modifier and Type Method Description final VideoEditParams.Video.VideoReferenceInputParam.Builderid(String id)The identifier of the completed video. final VideoEditParams.Video.VideoReferenceInputParam.Builderid(MultipartField<String> id)Sets Builder.id to an arbitrary multipart value. final VideoEditParams.Video.VideoReferenceInputParam.BuilderadditionalProperties(Map<String, JsonValue> additionalProperties)final VideoEditParams.Video.VideoReferenceInputParam.BuilderputAdditionalProperty(String key, JsonValue value)final VideoEditParams.Video.VideoReferenceInputParam.BuilderputAllAdditionalProperties(Map<String, JsonValue> additionalProperties)final VideoEditParams.Video.VideoReferenceInputParam.BuilderremoveAdditionalProperty(String key)final VideoEditParams.Video.VideoReferenceInputParam.BuilderremoveAllAdditionalProperties(Set<String> keys)final VideoEditParams.Video.VideoReferenceInputParambuild()Returns an immutable instance of VideoReferenceInputParam. -
-
Method Detail
-
id
final VideoEditParams.Video.VideoReferenceInputParam.Builder id(String id)
The identifier of the completed video.
-
id
final VideoEditParams.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 VideoEditParams.Video.VideoReferenceInputParam.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final VideoEditParams.Video.VideoReferenceInputParam.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final VideoEditParams.Video.VideoReferenceInputParam.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final VideoEditParams.Video.VideoReferenceInputParam.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final VideoEditParams.Video.VideoReferenceInputParam.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final VideoEditParams.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()
-
-
-
-