Uses of Enum
com.microsoft.graph.models.SettingSourceType
Packages that use SettingSourceType
-
Uses of SettingSourceType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SettingSourceTypeModifier and TypeMethodDescriptionstatic SettingSourceTypeSettingSource.getSourceType()Gets the sourceType property value.static SettingSourceTypeReturns the enum constant of this type with the specified name.static SettingSourceType[]SettingSourceType.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 SettingSourceTypeModifier and TypeMethodDescriptionvoidSettingSource.setSourceType(SettingSourceType value) Sets the sourceType property value.