Class MsTeamListChannelsResponse.Builder
-
- All Implemented Interfaces:
public final class MsTeamListChannelsResponse.BuilderA builder for MsTeamListChannelsResponse.
-
-
Method Summary
-
-
Method Detail
-
msTeamsChannels
final MsTeamListChannelsResponse.Builder msTeamsChannels(List<MsTeamListChannelsResponse.MsTeamsChannel> msTeamsChannels)
List of Microsoft Teams channels.
-
msTeamsChannels
final MsTeamListChannelsResponse.Builder msTeamsChannels(JsonField<List<MsTeamListChannelsResponse.MsTeamsChannel>> msTeamsChannels)
Sets Builder.msTeamsChannels to an arbitrary JSON value.
You should usually call Builder.msTeamsChannels with a well-typed
List<MsTeamsChannel>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addMsTeamsChannel
final MsTeamListChannelsResponse.Builder addMsTeamsChannel(MsTeamListChannelsResponse.MsTeamsChannel msTeamsChannel)
Adds a single MsTeamsChannel to msTeamsChannels.
-
additionalProperties
final MsTeamListChannelsResponse.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MsTeamListChannelsResponse.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MsTeamListChannelsResponse.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MsTeamListChannelsResponse.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MsTeamListChannelsResponse.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MsTeamListChannelsResponse build()
Returns an immutable instance of MsTeamListChannelsResponse.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.msTeamsChannels()
-
-
-
-