Class ReviewSetQuery
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.ediscovery.entity.ReviewSetQuery
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class ReviewSetQuery extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReviewSetQuery.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IdentitySetcreatedByprotected OffsetDateTimecreatedDateTimeprotected StringdisplayNameprotected IdentitySetlastModifiedByprotected OffsetDateTimelastModifiedDateTimeprotected Stringquery-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedReviewSetQuery()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnapplyTags(List<Tag> tagsToAdd, List<Tag> tagsToRemove)static ReviewSetQuery.BuilderbuilderReviewSetQuery()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.ChangedFieldsgetChangedFields()Optional<IdentitySet>getCreatedBy()Optional<OffsetDateTime>getCreatedDateTime()Optional<String>getDisplayName()Optional<IdentitySet>getLastModifiedBy()Optional<OffsetDateTime>getLastModifiedDateTime()Optional<String>getQuery()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()ReviewSetQuerypatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)ReviewSetQueryput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()ReviewSetQuerywithCreatedBy(IdentitySet createdBy)ReviewSetQuerywithCreatedDateTime(OffsetDateTime createdDateTime)ReviewSetQuerywithDisplayName(String displayName)ReviewSetQuerywithLastModifiedBy(IdentitySet lastModifiedBy)ReviewSetQuerywithLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)ReviewSetQuerywithQuery(String query)ReviewSetQuerywithUnmappedField(String name, String value)
-
-
-
Field Detail
-
createdBy
protected IdentitySet createdBy
-
createdDateTime
protected OffsetDateTime createdDateTime
-
displayName
protected String displayName
-
lastModifiedBy
protected IdentitySet lastModifiedBy
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
query
protected String query
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderReviewSetQuery
public static ReviewSetQuery.Builder builderReviewSetQuery()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getCreatedBy
public Optional<IdentitySet> getCreatedBy()
-
withCreatedBy
public ReviewSetQuery withCreatedBy(IdentitySet createdBy)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public ReviewSetQuery withCreatedDateTime(OffsetDateTime createdDateTime)
-
withDisplayName
public ReviewSetQuery withDisplayName(String displayName)
-
getLastModifiedBy
public Optional<IdentitySet> getLastModifiedBy()
-
withLastModifiedBy
public ReviewSetQuery withLastModifiedBy(IdentitySet lastModifiedBy)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public ReviewSetQuery withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withQuery
public ReviewSetQuery withQuery(String query)
-
withUnmappedField
public ReviewSetQuery withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public ReviewSetQuery patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public ReviewSetQuery put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
applyTags
public com.github.davidmoten.odata.client.ActionRequestNoReturn applyTags(List<Tag> tagsToAdd, List<Tag> tagsToRemove)
-
-