Class MsTeamListTeamsPage
-
- All Implemented Interfaces:
public final class MsTeamListTeamsPage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListTeamsPage.BuilderA builder for MsTeamListTeamsPage.
public final classMsTeamListTeamsPage.AutoPager
-
Method Summary
Modifier and Type Method Description final Optional<String>skipToken()Delegates to MsTeamListTeamsPageResponse, but gracefully handles missing data. final List<MsTeamListTeamsResponse>msTeamsTeams()Delegates to MsTeamListTeamsPageResponse, but gracefully handles missing data. final BooleanhasNextPage()final Optional<MsTeamListTeamsParams>getNextPageParams()final Optional<MsTeamListTeamsPage>getNextPage()final MsTeamListTeamsPage.AutoPagerautoPager()final MsTeamListTeamsParamsparams()The parameters that were used to request this page. final MsTeamListTeamsPageResponseresponse()The response that this page was parsed from. final MsTeamListTeamsPage.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListTeamsPage.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamListTeamsPage. -
-
Method Detail
-
skipToken
final Optional<String> skipToken()
Delegates to MsTeamListTeamsPageResponse, but gracefully handles missing data.
-
msTeamsTeams
final List<MsTeamListTeamsResponse> msTeamsTeams()
Delegates to MsTeamListTeamsPageResponse, but gracefully handles missing data.
-
hasNextPage
final Boolean hasNextPage()
-
getNextPageParams
final Optional<MsTeamListTeamsParams> getNextPageParams()
-
getNextPage
final Optional<MsTeamListTeamsPage> getNextPage()
-
autoPager
final MsTeamListTeamsPage.AutoPager autoPager()
-
params
final MsTeamListTeamsParams params()
The parameters that were used to request this page.
-
response
final MsTeamListTeamsPageResponse response()
The response that this page was parsed from.
-
toBuilder
final MsTeamListTeamsPage.Builder toBuilder()
-
builder
final static MsTeamListTeamsPage.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamListTeamsPage.
The following fields are required:
.service() .params() .response()
-
-
-
-