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