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