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