Class MsTeamListChannelsResponse.MsTeamsChannel
-
- All Implemented Interfaces:
public final class MsTeamListChannelsResponse.MsTeamsChannel
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListChannelsResponse.MsTeamsChannel.BuilderA builder for MsTeamsChannel.
-
Method Summary
Modifier and Type Method Description final Stringid()Microsoft Teams channel ID. final StringdisplayName()Microsoft Teams channel name. final Optional<String>createdDateTime()Microsoft Teams channel created date and time. final Optional<String>description()Microsoft Teams channel description. final Optional<Boolean>isArchived()Whether the Microsoft Teams channel is archived. final Optional<String>membershipType()Microsoft Teams channel membership type. 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>_createdDateTime()Returns the raw JSON value of createdDateTime. final JsonField<String>_description()Returns the raw JSON value of description. final JsonField<Boolean>_isArchived()Returns the raw JSON value of isArchived. final JsonField<String>_membershipType()Returns the raw JSON value of membershipType. final Map<String, JsonValue>_additionalProperties()final MsTeamListChannelsResponse.MsTeamsChannel.BuildertoBuilder()final MsTeamListChannelsResponse.MsTeamsChannelvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListChannelsResponse.MsTeamsChannel.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamsChannel. -
-
Method Detail
-
displayName
final String displayName()
Microsoft Teams channel name.
-
createdDateTime
final Optional<String> createdDateTime()
Microsoft Teams channel created date and time.
-
description
final Optional<String> description()
Microsoft Teams channel description.
-
isArchived
final Optional<Boolean> isArchived()
Whether the Microsoft Teams channel is archived.
-
membershipType
final Optional<String> membershipType()
Microsoft Teams channel membership type.
-
_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.
-
_createdDateTime
final JsonField<String> _createdDateTime()
Returns the raw JSON value of createdDateTime.
Unlike createdDateTime, 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.
-
_isArchived
final JsonField<Boolean> _isArchived()
Returns the raw JSON value of isArchived.
Unlike isArchived, this method doesn't throw if the JSON field has an unexpected type.
-
_membershipType
final JsonField<String> _membershipType()
Returns the raw JSON value of membershipType.
Unlike membershipType, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamListChannelsResponse.MsTeamsChannel.Builder toBuilder()
-
validate
final MsTeamListChannelsResponse.MsTeamsChannel validate()
-
builder
final static MsTeamListChannelsResponse.MsTeamsChannel.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamsChannel.
The following fields are required:
.id() .displayName()
-
-
-
-