Uses of Class
odata.msgraph.client.entity.TargetDeviceGroup
-
Packages that use TargetDeviceGroup Package Description odata.msgraph.client.entity -
-
Uses of TargetDeviceGroup in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type TargetDeviceGroup Modifier and Type Field Description protected List<TargetDeviceGroup>RemoteDesktopSecurityConfiguration. targetDeviceGroupsMethods in odata.msgraph.client.entity that return TargetDeviceGroup Modifier and Type Method Description TargetDeviceGroupTargetDeviceGroup.Builder. build()TargetDeviceGroupTargetDeviceGroup. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TargetDeviceGroupTargetDeviceGroup. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TargetDeviceGroupTargetDeviceGroup. withDisplayName(String displayName)TargetDeviceGroupTargetDeviceGroup. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type TargetDeviceGroup Modifier and Type Method Description RemoteDesktopSecurityConfiguration.BuilderRemoteDesktopSecurityConfiguration.Builder. targetDeviceGroups(TargetDeviceGroup... targetDeviceGroups)Method parameters in odata.msgraph.client.entity with type arguments of type TargetDeviceGroup Modifier and Type Method Description RemoteDesktopSecurityConfiguration.BuilderRemoteDesktopSecurityConfiguration.Builder. targetDeviceGroups(List<TargetDeviceGroup> targetDeviceGroups)RemoteDesktopSecurityConfigurationRemoteDesktopSecurityConfiguration. withTargetDeviceGroups(List<TargetDeviceGroup> targetDeviceGroups)
-