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