Uses of Class
odata.msgraph.client.beta.entity.PolicySetItem
-
Packages that use PolicySetItem Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of PolicySetItem in odata.msgraph.client.beta.entity
Subclasses of PolicySetItem in odata.msgraph.client.beta.entity Modifier and Type Class Description classDeviceCompliancePolicyPolicySetItem“A class containing the properties used for device compliance policy PolicySetItem.”classDeviceConfigurationPolicySetItem“A class containing the properties used for device configuration PolicySetItem.”classDeviceManagementConfigurationPolicyPolicySetItem“A class containing the properties used for DeviceManagementConfiguration PolicySetItem.”classDeviceManagementScriptPolicySetItem“A class containing the properties used for device management script PolicySetItem.”classEnrollmentRestrictionsConfigurationPolicySetItem“A class containing the properties used for enrollment restriction PolicySetItem.”classIosLobAppProvisioningConfigurationPolicySetItem“A class containing the properties used for iOS lob app provisioning configuration PolicySetItem.”classManagedAppProtectionPolicySetItem“A class containing the properties used for managed app protection PolicySetItem.”classManagedDeviceMobileAppConfigurationPolicySetItem“A class containing the properties used for managed device mobile app configuration PolicySetItem.”classMdmWindowsInformationProtectionPolicyPolicySetItem“A class containing the properties used for mdm windows information protection policy PolicySetItem.”classMobileAppPolicySetItem“A class containing the properties used for mobile app PolicySetItem.”classTargetedManagedAppConfigurationPolicySetItem“A class containing the properties used for Targeted managed app configuration PolicySetItem.”classWindows10EnrollmentCompletionPageConfigurationPolicySetItem“A class containing the properties used for Windows10EnrollmentCompletionPageConfiguration PolicySetItem.”classWindowsAutopilotDeploymentProfilePolicySetItem“A class containing the properties used for windows autopilot deployment profile PolicySetItem.”Methods in odata.msgraph.client.beta.entity that return PolicySetItem Modifier and Type Method Description PolicySetItemPolicySetItem. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PolicySetItemPolicySetItem. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PolicySetItemPolicySetItem. withCreatedDateTime(OffsetDateTime createdDateTime)Returns an immutable copy ofthiswith just thecreatedDateTimefield changed.PolicySetItemPolicySetItem. withDisplayName(String displayName)Returns an immutable copy ofthiswith just thedisplayNamefield changed.PolicySetItemPolicySetItem. withErrorCode(ErrorCode errorCode)Returns an immutable copy ofthiswith just theerrorCodefield changed.PolicySetItemPolicySetItem. withGuidedDeploymentTags(List<String> guidedDeploymentTags)Returns an immutable copy ofthiswith just theguidedDeploymentTagsfield changed.PolicySetItemPolicySetItem. withItemType(String itemType)Returns an immutable copy ofthiswith just theitemTypefield changed.PolicySetItemPolicySetItem. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.PolicySetItemPolicySetItem. withPayloadId(String payloadId)Returns an immutable copy ofthiswith just thepayloadIdfield changed.PolicySetItemPolicySetItem. withStatus(PolicySetStatus status)Returns an immutable copy ofthiswith just thestatusfield changed.PolicySetItemPolicySetItem. withUnmappedField(String name, String value)Method parameters in odata.msgraph.client.beta.entity with type arguments of type PolicySetItem Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnPolicySet. update(List<PolicySetItem> addedPolicySetItems, List<PolicySetItem> updatedPolicySetItems, List<String> deletedPolicySetItems, List<PolicySetAssignment> assignments) -
Uses of PolicySetItem in odata.msgraph.client.beta.entity.request
Method parameters in odata.msgraph.client.beta.entity.request with type arguments of type PolicySetItem Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnPolicySetRequest. update(List<PolicySetItem> addedPolicySetItems, List<PolicySetItem> updatedPolicySetItems, List<String> deletedPolicySetItems, List<PolicySetAssignment> assignments)
-