Uses of Class
odata.msgraph.client.beta.enums.MicrosoftEdgeChannel
-
Packages that use MicrosoftEdgeChannel Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of MicrosoftEdgeChannel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as MicrosoftEdgeChannel Modifier and Type Field Description protected MicrosoftEdgeChannelMacOSMicrosoftEdgeApp. channelprotected MicrosoftEdgeChannelWindowsMicrosoftEdgeApp. channelMethods in odata.msgraph.client.beta.entity that return types with arguments of type MicrosoftEdgeChannel Modifier and Type Method Description Optional<MicrosoftEdgeChannel>MacOSMicrosoftEdgeApp. getChannel()“The channel to install on target devices.”Optional<MicrosoftEdgeChannel>WindowsMicrosoftEdgeApp. getChannel()“The channel to install on target devices.”Methods in odata.msgraph.client.beta.entity with parameters of type MicrosoftEdgeChannel Modifier and Type Method Description MacOSMicrosoftEdgeApp.BuilderMacOSMicrosoftEdgeApp.Builder. channel(MicrosoftEdgeChannel channel)“The channel to install on target devices.”WindowsMicrosoftEdgeApp.BuilderWindowsMicrosoftEdgeApp.Builder. channel(MicrosoftEdgeChannel channel)“The channel to install on target devices.”MacOSMicrosoftEdgeAppMacOSMicrosoftEdgeApp. withChannel(MicrosoftEdgeChannel channel)Returns an immutable copy ofthiswith just thechannelfield changed.WindowsMicrosoftEdgeAppWindowsMicrosoftEdgeApp. withChannel(MicrosoftEdgeChannel channel)Returns an immutable copy ofthiswith just thechannelfield changed. -
Uses of MicrosoftEdgeChannel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return MicrosoftEdgeChannel Modifier and Type Method Description static MicrosoftEdgeChannelMicrosoftEdgeChannel. valueOf(String name)Returns 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.
-