Uses of Class
odata.msgraph.client.beta.enums.SettingSourceType
-
Packages that use SettingSourceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of SettingSourceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as SettingSourceType Modifier and Type Field Description protected SettingSourceTypeSettingSource. sourceTypeMethods in odata.msgraph.client.beta.complex that return types with arguments of type SettingSourceType Modifier and Type Method Description Optional<SettingSourceType>SettingSource. getSourceType()Methods in odata.msgraph.client.beta.complex with parameters of type SettingSourceType Modifier and Type Method Description SettingSource.BuilderSettingSource.Builder. sourceType(SettingSourceType sourceType)SettingSourceSettingSource. withSourceType(SettingSourceType sourceType) -
Uses of SettingSourceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SettingSourceType Modifier and Type Method Description static SettingSourceTypeSettingSourceType. valueOf(String name)Returns 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.
-