Class FileContentPageAsync.Builder
-
- All Implemented Interfaces:
public final class FileContentPageAsync.Builder
A builder for FileContentPageAsync.
-
-
Method Summary
Modifier and Type Method Description final FileContentPageAsync.Builder
service(FileServiceAsync service)
final FileContentPageAsync.Builder
streamHandlerExecutor(Executor streamHandlerExecutor)
final FileContentPageAsync.Builder
params(FileContentParams params)
The parameters that were used to request this page. final FileContentPageAsync.Builder
response(FileContentPageResponse response)
The response that this page was parsed from. final FileContentPageAsync
build()
Returns an immutable instance of FileContentPageAsync. -
-
Method Detail
-
service
final FileContentPageAsync.Builder service(FileServiceAsync service)
-
streamHandlerExecutor
final FileContentPageAsync.Builder streamHandlerExecutor(Executor streamHandlerExecutor)
-
params
final FileContentPageAsync.Builder params(FileContentParams params)
The parameters that were used to request this page.
-
response
final FileContentPageAsync.Builder response(FileContentPageResponse response)
The response that this page was parsed from.
-
build
final FileContentPageAsync build()
Returns an immutable instance of FileContentPageAsync.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.service() .streamHandlerExecutor() .params() .response()
-
-
-
-