Package com.openai.models.videos
Class VideoListPageAsync.Builder
-
- All Implemented Interfaces:
public final class VideoListPageAsync.BuilderA builder for VideoListPageAsync.
-
-
Method Summary
Modifier and Type Method Description final VideoListPageAsync.Builderservice(VideoServiceAsync service)final VideoListPageAsync.BuilderstreamHandlerExecutor(Executor streamHandlerExecutor)final VideoListPageAsync.Builderparams(VideoListParams params)The parameters that were used to request this page. final VideoListPageAsync.Builderresponse(VideoListPageResponse response)The response that this page was parsed from. final VideoListPageAsyncbuild()Returns an immutable instance of VideoListPageAsync. -
-
Method Detail
-
service
final VideoListPageAsync.Builder service(VideoServiceAsync service)
-
streamHandlerExecutor
final VideoListPageAsync.Builder streamHandlerExecutor(Executor streamHandlerExecutor)
-
params
final VideoListPageAsync.Builder params(VideoListParams params)
The parameters that were used to request this page.
-
response
final VideoListPageAsync.Builder response(VideoListPageResponse response)
The response that this page was parsed from.
-
build
final VideoListPageAsync build()
Returns an immutable instance of VideoListPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .streamHandlerExecutor() .params() .response()
-
-
-
-