public class EdiscoveryCase extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
EdiscoveryCase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
closedBy |
protected OffsetDateTime |
closedDateTime |
protected String |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
description |
protected String |
displayName |
protected String |
externalId |
protected String |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected CaseStatus |
status |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
EdiscoveryCase() |
protected String description
protected String createdBy
protected String lastModifiedBy
protected OffsetDateTime lastModifiedDateTime
protected CaseStatus status
protected String closedBy
protected OffsetDateTime closedDateTime
protected String externalId
protected String displayName
protected OffsetDateTime createdDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static EdiscoveryCase.Builder builderEdiscoveryCase()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic EdiscoveryCase withDescription(String description)
public EdiscoveryCase withCreatedBy(String createdBy)
public EdiscoveryCase withLastModifiedBy(String lastModifiedBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public EdiscoveryCase withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public Optional<CaseStatus> getStatus()
public EdiscoveryCase withStatus(CaseStatus status)
public EdiscoveryCase withClosedBy(String closedBy)
public Optional<OffsetDateTime> getClosedDateTime()
public EdiscoveryCase withClosedDateTime(OffsetDateTime closedDateTime)
public EdiscoveryCase withExternalId(String externalId)
public EdiscoveryCase withDisplayName(String displayName)
public Optional<OffsetDateTime> getCreatedDateTime()
public EdiscoveryCase withCreatedDateTime(OffsetDateTime createdDateTime)
public ReviewSetCollectionRequest getReviewSets()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic EdiscoveryCase patch()
this with changed fields reset.public EdiscoveryCase put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.