Uses of Class
odata.msgraph.client.entity.GroupSetting
-
Packages that use GroupSetting Package Description odata.msgraph.client.entity -
-
Uses of GroupSetting in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type GroupSetting Modifier and Type Field Description protected List<GroupSetting>Group. settingsMethods in odata.msgraph.client.entity that return GroupSetting Modifier and Type Method Description GroupSettingGroupSetting.Builder. build()GroupSettingGroupSetting. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupSettingGroupSetting. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupSettingGroupSetting. withDisplayName(String displayName)GroupSettingGroupSetting. withTemplateId(String templateId)GroupSettingGroupSetting. withUnmappedField(String name, Object value)GroupSettingGroupSetting. withValues(List<SettingValue> values)Methods in odata.msgraph.client.entity with parameters of type GroupSetting Modifier and Type Method Description Group.BuilderGroup.Builder. settings(GroupSetting... settings)Method parameters in odata.msgraph.client.entity with type arguments of type GroupSetting Modifier and Type Method Description Group.BuilderGroup.Builder. settings(List<GroupSetting> settings)GroupGroup. withSettings(List<GroupSetting> settings)
-