Uses of Class
odata.msgraph.client.beta.entity.DataPolicyOperation
-
Packages that use DataPolicyOperation Package Description odata.msgraph.client.beta.entity -
-
Uses of DataPolicyOperation in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return DataPolicyOperation Modifier and Type Method Description DataPolicyOperationDataPolicyOperation.Builder. build()DataPolicyOperationDataPolicyOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DataPolicyOperationDataPolicyOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DataPolicyOperationDataPolicyOperation. withCompletedDateTime(OffsetDateTime completedDateTime)DataPolicyOperationDataPolicyOperation. withProgress(Double progress)DataPolicyOperationDataPolicyOperation. withStatus(DataPolicyOperationStatus status)DataPolicyOperationDataPolicyOperation. withStorageLocation(String storageLocation)DataPolicyOperationDataPolicyOperation. withSubmittedDateTime(OffsetDateTime submittedDateTime)DataPolicyOperationDataPolicyOperation. withUnmappedField(String name, String value)DataPolicyOperationDataPolicyOperation. withUserId(String userId)
-