Uses of Class
odata.msgraph.client.beta.entity.DeviceManagementSettingInstance
-
Packages that use DeviceManagementSettingInstance Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of DeviceManagementSettingInstance in odata.msgraph.client.beta.entity
Subclasses of DeviceManagementSettingInstance in odata.msgraph.client.beta.entity Modifier and Type Class Description classDeviceManagementAbstractComplexSettingInstance“A setting instance representing a complex value for an abstract setting”classDeviceManagementBooleanSettingInstance“A setting instance representing a boolean value”classDeviceManagementCollectionSettingInstance“A setting instance representing a collection of values”classDeviceManagementComplexSettingInstance“A setting instance representing a complex value”classDeviceManagementIntegerSettingInstance“A setting instance representing an integer value”classDeviceManagementStringSettingInstance“A setting instance representing a string value”Methods in odata.msgraph.client.beta.entity that return DeviceManagementSettingInstance Modifier and Type Method Description DeviceManagementSettingInstanceDeviceManagementSettingInstance. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DeviceManagementSettingInstanceDeviceManagementSettingInstance. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DeviceManagementSettingInstanceDeviceManagementSettingInstance. withDefinitionId(String definitionId)Returns an immutable copy ofthiswith just thedefinitionIdfield changed.DeviceManagementSettingInstanceDeviceManagementSettingInstance. withUnmappedField(String name, String value)DeviceManagementSettingInstanceDeviceManagementSettingInstance. withValueJson(String valueJson)Returns an immutable copy ofthiswith just thevalueJsonfield changed.Method parameters in odata.msgraph.client.beta.entity with type arguments of type DeviceManagementSettingInstance Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementTemplate. createInstance(String displayName, String description, List<DeviceManagementSettingInstance> settingsDelta, List<String> roleScopeTagIds)com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceManagementIntent. updateSettings(List<DeviceManagementSettingInstance> settings) -
Uses of DeviceManagementSettingInstance in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type DeviceManagementSettingInstance Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<DeviceManagementIntent>DeviceManagementTemplateRequest. createInstance(String displayName, String description, List<DeviceManagementSettingInstance> settingsDelta, List<String> roleScopeTagIds)com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceManagementIntentRequest. updateSettings(List<DeviceManagementSettingInstance> settings)
-