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