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