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