Class MsTeamListChannelsResponse
-
- All Implemented Interfaces:
public final class MsTeamListChannelsResponseThe response from a Microsoft Teams provider request, containing a list of channels.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMsTeamListChannelsResponse.BuilderA builder for MsTeamListChannelsResponse.
public final classMsTeamListChannelsResponse.MsTeamsChannel
-
Method Summary
Modifier and Type Method Description final List<MsTeamListChannelsResponse.MsTeamsChannel>msTeamsChannels()List of Microsoft Teams channels. final JsonField<List<MsTeamListChannelsResponse.MsTeamsChannel>>_msTeamsChannels()Returns the raw JSON value of msTeamsChannels. final Map<String, JsonValue>_additionalProperties()final MsTeamListChannelsResponse.BuildertoBuilder()final MsTeamListChannelsResponsevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static MsTeamListChannelsResponse.Builderbuilder()Returns a mutable builder for constructing an instance of MsTeamListChannelsResponse. -
-
Method Detail
-
msTeamsChannels
final List<MsTeamListChannelsResponse.MsTeamsChannel> msTeamsChannels()
List of Microsoft Teams channels.
-
_msTeamsChannels
final JsonField<List<MsTeamListChannelsResponse.MsTeamsChannel>> _msTeamsChannels()
Returns the raw JSON value of msTeamsChannels.
Unlike msTeamsChannels, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final MsTeamListChannelsResponse.Builder toBuilder()
-
validate
final MsTeamListChannelsResponse validate()
-
builder
final static MsTeamListChannelsResponse.Builder builder()
Returns a mutable builder for constructing an instance of MsTeamListChannelsResponse.
The following fields are required:
.msTeamsChannels()
-
-
-
-