Uses of Enum
com.microsoft.graph.models.MicrosoftEdgeChannel
Packages that use MicrosoftEdgeChannel
-
Uses of MicrosoftEdgeChannel in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MicrosoftEdgeChannelModifier and TypeMethodDescriptionstatic MicrosoftEdgeChannelMacOSMicrosoftEdgeApp.getChannel()Gets the channel property value.WindowsMicrosoftEdgeApp.getChannel()Gets the channel property value.static MicrosoftEdgeChannelReturns the enum constant of this type with the specified name.static MicrosoftEdgeChannel[]MicrosoftEdgeChannel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type MicrosoftEdgeChannelModifier and TypeMethodDescriptionvoidMacOSMicrosoftEdgeApp.setChannel(MicrosoftEdgeChannel value) Sets the channel property value.voidWindowsMicrosoftEdgeApp.setChannel(MicrosoftEdgeChannel value) Sets the channel property value.