Class FileBatchListFilesPageAsync.Builder
-
- All Implemented Interfaces:
public final class FileBatchListFilesPageAsync.Builder
A builder for FileBatchListFilesPageAsync.
-
-
Method Summary
Modifier and Type Method Description final FileBatchListFilesPageAsync.Builder
service(FileBatchServiceAsync service)
final FileBatchListFilesPageAsync.Builder
streamHandlerExecutor(Executor streamHandlerExecutor)
final FileBatchListFilesPageAsync.Builder
params(FileBatchListFilesParams params)
The parameters that were used to request this page. final FileBatchListFilesPageAsync.Builder
response(FileBatchListFilesPageResponse response)
The response that this page was parsed from. final FileBatchListFilesPageAsync
build()
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()
-
-
-
-