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