public class ReviewSetQuery extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ReviewSetQuery.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
createdBy |
protected OffsetDateTime |
createdDateTime |
protected String |
displayName |
protected String |
lastModifiedBy |
protected OffsetDateTime |
lastModifiedDateTime |
protected String |
query |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ReviewSetQuery() |
| Modifier and Type | Method and Description |
|---|---|
static ReviewSetQuery.Builder |
builderReviewSetQuery()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getCreatedBy() |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<String> |
getDisplayName() |
Optional<String> |
getLastModifiedBy() |
Optional<OffsetDateTime> |
getLastModifiedDateTime() |
Optional<String> |
getQuery() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ReviewSetQuery |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ReviewSetQuery |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
ReviewSetQuery |
withCreatedBy(String createdBy) |
ReviewSetQuery |
withCreatedDateTime(OffsetDateTime createdDateTime) |
ReviewSetQuery |
withDisplayName(String displayName) |
ReviewSetQuery |
withLastModifiedBy(String lastModifiedBy) |
ReviewSetQuery |
withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
ReviewSetQuery |
withQuery(String query) |
protected String query
protected String lastModifiedBy
protected String createdBy
protected OffsetDateTime lastModifiedDateTime
protected String displayName
protected OffsetDateTime createdDateTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ReviewSetQuery.Builder builderReviewSetQuery()
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 ReviewSetQuery withQuery(String query)
public ReviewSetQuery withLastModifiedBy(String lastModifiedBy)
public ReviewSetQuery withCreatedBy(String createdBy)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public ReviewSetQuery withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public ReviewSetQuery withDisplayName(String displayName)
public Optional<OffsetDateTime> getCreatedDateTime()
public ReviewSetQuery withCreatedDateTime(OffsetDateTime createdDateTime)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ReviewSetQuery patch()
this with changed fields reset.public ReviewSetQuery put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.