Uses of Class
odata.msgraph.client.beta.ediscovery.entity.CaseOperation
-
Packages that use CaseOperation Package Description odata.msgraph.client.beta.ediscovery.entity -
-
Uses of CaseOperation in odata.msgraph.client.beta.ediscovery.entity
Subclasses of CaseOperation in odata.msgraph.client.beta.ediscovery.entity Modifier and Type Class Description classAddToReviewSetOperationclassCaseExportOperationclassCaseHoldOperationclassCaseIndexOperationclassEstimateStatisticsOperationclassPurgeDataOperationclassTagOperationMethods in odata.msgraph.client.beta.ediscovery.entity that return CaseOperation Modifier and Type Method Description CaseOperationCaseOperation.Builder. build()CaseOperationCaseOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CaseOperationCaseOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CaseOperationCaseOperation. withAction(CaseAction action)CaseOperationCaseOperation. withCompletedDateTime(OffsetDateTime completedDateTime)CaseOperationCaseOperation. withCreatedBy(IdentitySet createdBy)CaseOperationCaseOperation. withCreatedDateTime(OffsetDateTime createdDateTime)CaseOperationCaseOperation. withPercentProgress(Integer percentProgress)CaseOperationCaseOperation. withResultInfo(ResultInfo resultInfo)CaseOperationCaseOperation. withStatus(CaseOperationStatus status)CaseOperationCaseOperation. withUnmappedField(String name, String value)
-