Uses of Class
odata.msgraph.client.complex.SettingValue
-
Packages that use SettingValue Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of SettingValue in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return SettingValue Modifier and Type Method Description SettingValueSettingValue.Builder. build()SettingValueSettingValue. withName(String name)SettingValueSettingValue. withUnmappedField(String name, Object value)SettingValueSettingValue. withValue(String value) -
Uses of SettingValue in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SettingValue Modifier and Type Field Description protected List<SettingValue>GroupSetting. valuesMethods in odata.msgraph.client.entity that return types with arguments of type SettingValue Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<SettingValue>GroupSetting. getValues()com.github.davidmoten.odata.client.CollectionPage<SettingValue>GroupSetting. getValues(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type SettingValue Modifier and Type Method Description GroupSetting.BuilderGroupSetting.Builder. values(SettingValue... values)Method parameters in odata.msgraph.client.entity with type arguments of type SettingValue Modifier and Type Method Description GroupSetting.BuilderGroupSetting.Builder. values(List<SettingValue> values)GroupSettingGroupSetting. withValues(List<SettingValue> values)
-