Class MsTeamListTeamsPageResponse
-
- All Implemented Interfaces:
public final class MsTeamListTeamsPageResponseThe response from a Microsoft Teams provider request, containing a list of teams.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListTeamsPageResponse.BuilderA builder for MsTeamListTeamsPageResponse.
-
Method Summary
Modifier and Type Method Description final List<MsTeamListTeamsResponse>msTeamsTeams()List of Microsoft Teams teams. final Optional<String>skipToken()OData param passed to the Microsoft Graph API to retrieve the next page of results. final JsonField<List<MsTeamListTeamsResponse>>_msTeamsTeams()Returns the raw JSON value of msTeamsTeams. final JsonField<String>_skipToken()Returns the raw JSON value of skipToken. final Map<String, JsonValue>_additionalProperties()final MsTeamListTeamsPageResponse.BuildertoBuilder()final MsTeamListTeamsPageResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListTeamsPageResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamListTeamsPageResponse. -
-
Method Detail
-
msTeamsTeams
final List<MsTeamListTeamsResponse> msTeamsTeams()
List of Microsoft Teams teams.
-
skipToken
final Optional<String> skipToken()
OData param passed to the Microsoft Graph API to retrieve the next page of results.
-
_msTeamsTeams
final JsonField<List<MsTeamListTeamsResponse>> _msTeamsTeams()
Returns the raw JSON value of msTeamsTeams.
Unlike msTeamsTeams, this method doesn't throw if the JSON field has an unexpected type.
-
_skipToken
final JsonField<String> _skipToken()
Returns the raw JSON value of skipToken.
Unlike skipToken, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamListTeamsPageResponse.Builder toBuilder()
-
validate
final MsTeamListTeamsPageResponse validate()
-
builder
final static MsTeamListTeamsPageResponse.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamListTeamsPageResponse.
The following fields are required:
.msTeamsTeams() .skipToken()
-
-
-
-