Package com.openai.models.videos
Class VideoExtendParams.Video.VideoReferenceInputParam
-
- All Implemented Interfaces:
public final class VideoExtendParams.Video.VideoReferenceInputParamReference to the completed video.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVideoExtendParams.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 VideoExtendParams.Video.VideoReferenceInputParam.BuildertoBuilder()final VideoExtendParams.Video.VideoReferenceInputParamvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static VideoExtendParams.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 VideoExtendParams.Video.VideoReferenceInputParam.Builder toBuilder()
-
validate
final VideoExtendParams.Video.VideoReferenceInputParam validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static VideoExtendParams.Video.VideoReferenceInputParam.Builder builder()
Returns a mutable builder for constructing an instance of VideoReferenceInputParam.
The following fields are required:
.id()
-
-
-
-