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