| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
DeviceCompliancePolicyPolicySetItem
“A class containing the properties used for device compliance policy
PolicySetItem.”
|
class |
DeviceConfigurationPolicySetItem
“A class containing the properties used for device configuration PolicySetItem.”
|
class |
DeviceManagementScriptPolicySetItem
“A class containing the properties used for device management script
PolicySetItem.”
|
class |
EnrollmentRestrictionsConfigurationPolicySetItem
“A class containing the properties used for enrollment restriction PolicySetItem.”
|
class |
IosLobAppProvisioningConfigurationPolicySetItem
“A class containing the properties used for iOS lob app provisioning
configuration PolicySetItem.”
|
class |
ManagedAppProtectionPolicySetItem
“A class containing the properties used for managed app protection PolicySetItem.”
|
class |
ManagedDeviceMobileAppConfigurationPolicySetItem
“A class containing the properties used for managed device mobile app
configuration PolicySetItem.”
|
class |
MdmWindowsInformationProtectionPolicyPolicySetItem
“A class containing the properties used for mdm windows information protection
policy PolicySetItem.”
|
class |
MobileAppPolicySetItem
“A class containing the properties used for mobile app PolicySetItem.”
|
class |
TargetedManagedAppConfigurationPolicySetItem
“A class containing the properties used for Targeted managed app configuration
PolicySetItem.”
|
class |
Windows10EnrollmentCompletionPageConfigurationPolicySetItem
“A class containing the properties used for
Windows10EnrollmentCompletionPageConfiguration PolicySetItem.”
|
class |
WindowsAutopilotDeploymentProfilePolicySetItem
“A class containing the properties used for windows autopilot deployment profile
PolicySetItem.”
|
| Modifier and Type | Method and Description |
|---|---|
PolicySetItem |
PolicySetItem.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
PolicySetItem |
PolicySetItem.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
PolicySetItem |
PolicySetItem.withCreatedDateTime(OffsetDateTime createdDateTime)
Returns an immutable copy of
this with just the createdDateTime
field changed. |
PolicySetItem |
PolicySetItem.withDisplayName(String displayName)
Returns an immutable copy of
this with just the displayName
field changed. |
PolicySetItem |
PolicySetItem.withErrorCode(ErrorCode errorCode)
Returns an immutable copy of
this with just the errorCode field
changed. |
PolicySetItem |
PolicySetItem.withItemType(String itemType)
Returns an immutable copy of
this with just the itemType field
changed. |
PolicySetItem |
PolicySetItem.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
Returns an immutable copy of
this with just the lastModifiedDateTime field changed. |
PolicySetItem |
PolicySetItem.withPayloadId(String payloadId)
Returns an immutable copy of
this with just the payloadId field
changed. |
PolicySetItem |
PolicySetItem.withStatus(PolicySetStatus status)
Returns an immutable copy of
this with just the status field
changed. |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySet.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySet.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySetRequest.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
PolicySetRequest.update(List<PolicySetItem> addedPolicySetItems,
List<PolicySetItem> updatedPolicySetItems,
List<String> deletedPolicySetItems,
List<PolicySetAssignment> assignments) |
Copyright © 2018–2020. All rights reserved.