Uses of Class
odata.msgraph.client.beta.ediscovery.entity.Case
-
Packages that use Case Package Description odata.msgraph.client.beta.ediscovery.entity -
-
Uses of Case in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return Case Modifier and Type Method Description CaseCase.Builder. build()CaseCase. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CaseCase. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CaseCase. withClosedBy(IdentitySet closedBy)CaseCase. withClosedDateTime(OffsetDateTime closedDateTime)CaseCase. withCreatedDateTime(OffsetDateTime createdDateTime)CaseCase. withDescription(String description)CaseCase. withDisplayName(String displayName)CaseCase. withExternalId(String externalId)CaseCase. withLastModifiedBy(IdentitySet lastModifiedBy)CaseCase. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)CaseCase. withStatus(CaseStatus status)CaseCase. withUnmappedField(String name, String value)
-