Uses of Enum
com.microsoft.graph.models.AppsUpdateChannelType
Packages that use AppsUpdateChannelType
-
Uses of AppsUpdateChannelType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AppsUpdateChannelTypeModifier and TypeMethodDescriptionstatic AppsUpdateChannelTypeM365AppsInstallationOptions.getUpdateChannel()Gets the updateChannel property value.static AppsUpdateChannelTypeReturns the enum constant of this type with the specified name.static AppsUpdateChannelType[]AppsUpdateChannelType.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 AppsUpdateChannelTypeModifier and TypeMethodDescriptionvoidM365AppsInstallationOptions.setUpdateChannel(AppsUpdateChannelType value) Sets the updateChannel property value.