Class EdiscoveryReviewSet
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.security.entity.DataSet
-
- odata.msgraph.client.security.entity.EdiscoveryReviewSet
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class EdiscoveryReviewSet extends DataSet implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdiscoveryReviewSet.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<EdiscoveryReviewSetQuery>queries-
Fields inherited from class odata.msgraph.client.security.entity.DataSet
createdBy, createdDateTime, displayName
-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEdiscoveryReviewSet()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnaddToReviewSet(EdiscoverySearch search, AdditionalDataOptions additionalDataOptions)static EdiscoveryReviewSet.BuilderbuilderEdiscoveryReviewSet()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()EdiscoveryReviewSetQueryCollectionRequestgetQueries()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()EdiscoveryReviewSetpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)EdiscoveryReviewSetput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()EdiscoveryReviewSetwithQueries(List<EdiscoveryReviewSetQuery> queries)EdiscoveryReviewSetwithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.security.entity.DataSet
getCreatedBy, getCreatedDateTime, getDisplayName, withCreatedBy, withCreatedDateTime, withDisplayName
-
-
-
-
Field Detail
-
queries
protected List<EdiscoveryReviewSetQuery> queries
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classDataSet
-
builderEdiscoveryReviewSet
public static EdiscoveryReviewSet.Builder builderEdiscoveryReviewSet()
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 classDataSet
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classDataSet
-
withUnmappedField
public EdiscoveryReviewSet withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classDataSet
-
getQueries
public EdiscoveryReviewSetQueryCollectionRequest getQueries()
-
withQueries
public EdiscoveryReviewSet withQueries(List<EdiscoveryReviewSetQuery> queries)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classDataSet
-
patch
public EdiscoveryReviewSet patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public EdiscoveryReviewSet put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
addToReviewSet
public com.github.davidmoten.odata.client.ActionRequestNoReturn addToReviewSet(EdiscoverySearch search, AdditionalDataOptions additionalDataOptions)
-
export
public com.github.davidmoten.odata.client.ActionRequestNoReturn export(String outputName, String description, ExportOptions exportOptions, ExportFileStructure exportStructure)
-
-