Package com.openai.models.videos
Class VideoEditParams.Video.VideoReferenceInputParam
-
- All Implemented Interfaces:
public final class VideoEditParams.Video.VideoReferenceInputParamReference to the completed video.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVideoEditParams.Video.VideoReferenceInputParam.BuilderA builder for VideoReferenceInputParam.
-
Method Summary
Modifier and Type Method Description final Stringid()The identifier of the completed video. final MultipartField<String>_id()Returns the raw multipart value of id. final Map<String, JsonValue>_additionalProperties()final VideoEditParams.Video.VideoReferenceInputParam.BuildertoBuilder()final VideoEditParams.Video.VideoReferenceInputParamvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoEditParams.Video.VideoReferenceInputParam.Builderbuilder()Returns a mutable builder for constructing an instance of VideoReferenceInputParam. -
-
Method Detail
-
_id
final MultipartField<String> _id()
Returns the raw multipart value of id.
Unlike id, this method doesn't throw if the multipart field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final VideoEditParams.Video.VideoReferenceInputParam.Builder toBuilder()
-
validate
final VideoEditParams.Video.VideoReferenceInputParam validate()
-
builder
final static VideoEditParams.Video.VideoReferenceInputParam.Builder builder()
Returns a mutable builder for constructing an instance of VideoReferenceInputParam.
The following fields are required:
.id()
-
-
-
-