Uses of Class
odata.msgraph.client.beta.ediscovery.entity.LegalHold
-
Packages that use LegalHold Package Description odata.msgraph.client.beta.ediscovery.entity -
-
Uses of LegalHold in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return LegalHold Modifier and Type Method Description LegalHoldLegalHold.Builder. build()LegalHoldLegalHold. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.LegalHoldLegalHold. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).LegalHoldLegalHold. withContentQuery(String contentQuery)LegalHoldLegalHold. withCreatedBy(IdentitySet createdBy)LegalHoldLegalHold. withCreatedDateTime(OffsetDateTime createdDateTime)LegalHoldLegalHold. withDescription(String description)LegalHoldLegalHold. withDisplayName(String displayName)LegalHoldLegalHold. withErrors(List<String> errors)LegalHoldLegalHold. withIsEnabled(Boolean isEnabled)LegalHoldLegalHold. withLastModifiedBy(IdentitySet lastModifiedBy)LegalHoldLegalHold. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)LegalHoldLegalHold. withStatus(LegalHoldStatus status)LegalHoldLegalHold. withUnmappedField(String name, String value)
-