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