Uses of Class
odata.msgraph.client.beta.entity.GroupPolicyOperation
-
Packages that use GroupPolicyOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of GroupPolicyOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return GroupPolicyOperation Modifier and Type Method Description GroupPolicyOperationGroupPolicyOperation.Builder. build()GroupPolicyOperationGroupPolicyOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.GroupPolicyOperationGroupPolicyOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).GroupPolicyOperationGroupPolicyOperation. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)Returns an immutable copy ofthiswith just thelastModifiedDateTimefield changed.GroupPolicyOperationGroupPolicyOperation. withOperationStatus(GroupPolicyOperationStatus operationStatus)Returns an immutable copy ofthiswith just theoperationStatusfield changed.GroupPolicyOperationGroupPolicyOperation. withOperationType(GroupPolicyOperationType operationType)Returns an immutable copy ofthiswith just theoperationTypefield changed.GroupPolicyOperationGroupPolicyOperation. withStatusDetails(String statusDetails)Returns an immutable copy ofthiswith just thestatusDetailsfield changed.GroupPolicyOperationGroupPolicyOperation. withUnmappedField(String name, String value)
-