Class EdiscoveryReviewSetQuery
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.security.entity.Search
-
- odata.msgraph.client.security.entity.EdiscoveryReviewSetQuery
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class EdiscoveryReviewSetQuery extends Search implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdiscoveryReviewSetQuery.Builder
-
Field Summary
-
Fields inherited from class odata.msgraph.client.security.entity.Search
contentQuery, createdBy, createdDateTime, description, displayName, lastModifiedBy, lastModifiedDateTime
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEdiscoveryReviewSetQuery()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnapplyTags(List<EdiscoveryReviewTag> tagsToAdd, List<EdiscoveryReviewTag> tagsToRemove)static EdiscoveryReviewSetQuery.BuilderbuilderEdiscoveryReviewSetQuery()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.ActionRequestNoReturnexport(String outputName, String description, ExportOptions exportOptions, ExportFileStructure exportStructure)com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()EdiscoveryReviewSetQuerypatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)EdiscoveryReviewSetQueryput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()EdiscoveryReviewSetQuerywithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.security.entity.Search
getContentQuery, getCreatedBy, getCreatedDateTime, getDescription, getDisplayName, getLastModifiedBy, getLastModifiedDateTime, withContentQuery, withCreatedBy, withCreatedDateTime, withDescription, withDisplayName, withLastModifiedBy, withLastModifiedDateTime
-
-
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classSearch
-
builderEdiscoveryReviewSetQuery
public static EdiscoveryReviewSetQuery.Builder builderEdiscoveryReviewSetQuery()
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 classSearch
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classSearch
-
withUnmappedField
public EdiscoveryReviewSetQuery withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classSearch
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classSearch
-
patch
public EdiscoveryReviewSetQuery patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public EdiscoveryReviewSetQuery put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
export
public com.github.davidmoten.odata.client.ActionRequestNoReturn export(String outputName, String description, ExportOptions exportOptions, ExportFileStructure exportStructure)
-
applyTags
public com.github.davidmoten.odata.client.ActionRequestNoReturn applyTags(List<EdiscoveryReviewTag> tagsToAdd, List<EdiscoveryReviewTag> tagsToRemove)
-
-