| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.Builder.build() |
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withProfileName(String profileName)
Returns an immutable copy of
this with just the profileName
field changed. |
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withShowTaskBar(Boolean showTaskBar)
Returns an immutable copy of
this with just the showTaskBar
field changed. |
WindowsAssignedAccessProfile |
WindowsAssignedAccessProfile.withStartMenuLayoutXml(byte[] startMenuLayoutXml)
Returns an immutable copy of
this with just the startMenuLayoutXml field changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceConfiguration.assignedAccessMultiModeProfiles(List<WindowsAssignedAccessProfile> assignedAccessMultiModeProfiles) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
DeviceConfigurationRequest.assignedAccessMultiModeProfiles(List<WindowsAssignedAccessProfile> assignedAccessMultiModeProfiles) |
Copyright © 2018–2020. All rights reserved.