Class MsTeamListTeamsResponse
-
- All Implemented Interfaces:
public final class MsTeamListTeamsResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListTeamsResponse.BuilderA builder for MsTeamListTeamsResponse.
-
Method Summary
Modifier and Type Method Description final Stringid()Microsoft Teams team ID. final StringdisplayName()Microsoft Teams team display name. final Optional<String>description()Microsoft Teams team description. final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<String>_displayName()Returns the raw JSON value of displayName. final JsonField<String>_description()Returns the raw JSON value of description. final Map<String, JsonValue>_additionalProperties()final MsTeamListTeamsResponse.BuildertoBuilder()final MsTeamListTeamsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListTeamsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamListTeamsResponse. -
-
Method Detail
-
displayName
final String displayName()
Microsoft Teams team display name.
-
description
final Optional<String> description()
Microsoft Teams team description.
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_displayName
final JsonField<String> _displayName()
Returns the raw JSON value of displayName.
Unlike displayName, this method doesn't throw if the JSON field has an unexpected type.
-
_description
final JsonField<String> _description()
Returns the raw JSON value of description.
Unlike description, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamListTeamsResponse.Builder toBuilder()
-
validate
final MsTeamListTeamsResponse validate()
-
builder
final static MsTeamListTeamsResponse.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamListTeamsResponse.
The following fields are required:
.id() .displayName()
-
-
-
-