Uses of Class
com.microsoft.graph.models.Channel
Packages that use Channel
-
Uses of Channel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChannelModifier and TypeMethodDescriptionstatic ChannelChannel.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueTeam.getPrimaryChannel()Gets the primaryChannel property value.Methods in com.microsoft.graph.models that return types with arguments of type ChannelModifier and TypeMethodDescriptionTeam.getAllChannels()Gets the allChannels property value.DeletedTeam.getChannels()Gets the channels property value.Team.getChannels()Gets the channels property value.Team.getIncomingChannels()Gets the incomingChannels property value.ChannelCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type ChannelModifier and TypeMethodDescriptionvoidTeam.setPrimaryChannel(Channel value) Sets the primaryChannel property value.Method parameters in com.microsoft.graph.models with type arguments of type ChannelModifier and TypeMethodDescriptionvoidTeam.setAllChannels(List<Channel> value) Sets the allChannels property value.voidDeletedTeam.setChannels(List<Channel> value) Sets the channels property value.voidTeam.setChannels(List<Channel> value) Sets the channels property value.voidTeam.setIncomingChannels(List<Channel> value) Sets the incomingChannels property value.voidSets the value property value.