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