Uses of Class
odata.msgraph.client.beta.complex.DeviceManagementUserRightsLocalUserOrGroup
-
Packages that use DeviceManagementUserRightsLocalUserOrGroup Package Description odata.msgraph.client.beta.complex -
-
Uses of DeviceManagementUserRightsLocalUserOrGroup in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type DeviceManagementUserRightsLocalUserOrGroup Modifier and Type Field Description protected List<DeviceManagementUserRightsLocalUserOrGroup>DeviceManagementUserRightsSetting. localUsersOrGroupsMethods in odata.msgraph.client.beta.complex that return DeviceManagementUserRightsLocalUserOrGroup Modifier and Type Method Description DeviceManagementUserRightsLocalUserOrGroupDeviceManagementUserRightsLocalUserOrGroup.Builder. build()DeviceManagementUserRightsLocalUserOrGroupDeviceManagementUserRightsLocalUserOrGroup. withDescription(String description)Returns an immutable copy ofthiswith just thedescriptionfield changed.DeviceManagementUserRightsLocalUserOrGroupDeviceManagementUserRightsLocalUserOrGroup. withName(String name)Returns an immutable copy ofthiswith just thenamefield changed.DeviceManagementUserRightsLocalUserOrGroupDeviceManagementUserRightsLocalUserOrGroup. withSecurityIdentifier(String securityIdentifier)Returns an immutable copy ofthiswith just thesecurityIdentifierfield changed.DeviceManagementUserRightsLocalUserOrGroupDeviceManagementUserRightsLocalUserOrGroup. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceManagementUserRightsLocalUserOrGroup Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<DeviceManagementUserRightsLocalUserOrGroup>DeviceManagementUserRightsSetting. getLocalUsersOrGroups()“Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed.com.github.davidmoten.odata.client.CollectionPage<DeviceManagementUserRightsLocalUserOrGroup>DeviceManagementUserRightsSetting. getLocalUsersOrGroups(com.github.davidmoten.odata.client.HttpRequestOptions options)“Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed.Methods in odata.msgraph.client.beta.complex with parameters of type DeviceManagementUserRightsLocalUserOrGroup Modifier and Type Method Description DeviceManagementUserRightsSetting.BuilderDeviceManagementUserRightsSetting.Builder. localUsersOrGroups(DeviceManagementUserRightsLocalUserOrGroup... localUsersOrGroups)“Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed.Method parameters in odata.msgraph.client.beta.complex with type arguments of type DeviceManagementUserRightsLocalUserOrGroup Modifier and Type Method Description DeviceManagementUserRightsSetting.BuilderDeviceManagementUserRightsSetting.Builder. localUsersOrGroups(List<DeviceManagementUserRightsLocalUserOrGroup> localUsersOrGroups)“Representing a collection of local users or groups which will be set on device if the state of this setting is Allowed.
-