Class SourceCollection
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.ediscovery.entity.SourceCollection
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SourceCollection extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSourceCollection.Builder
-
Field Summary
Fields Modifier and Type Field Description protected StringcontentQueryprotected IdentitySetcreatedByprotected OffsetDateTimecreatedDateTimeprotected DataSourceScopesdataSourceScopesprotected Stringdescriptionprotected StringdisplayNameprotected IdentitySetlastModifiedByprotected OffsetDateTimelastModifiedDateTime-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSourceCollection()
-
Method Summary
-
-
-
Field Detail
-
contentQuery
protected String contentQuery
-
createdBy
protected IdentitySet createdBy
-
createdDateTime
protected OffsetDateTime createdDateTime
-
dataSourceScopes
protected DataSourceScopes dataSourceScopes
-
description
protected String description
-
displayName
protected String displayName
-
lastModifiedBy
protected IdentitySet lastModifiedBy
-
lastModifiedDateTime
protected OffsetDateTime lastModifiedDateTime
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSourceCollection
public static SourceCollection.Builder builderSourceCollection()
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
-
withContentQuery
public SourceCollection withContentQuery(String contentQuery)
-
getCreatedBy
public Optional<IdentitySet> getCreatedBy()
-
withCreatedBy
public SourceCollection withCreatedBy(IdentitySet createdBy)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public SourceCollection withCreatedDateTime(OffsetDateTime createdDateTime)
-
getDataSourceScopes
public Optional<DataSourceScopes> getDataSourceScopes()
-
withDataSourceScopes
public SourceCollection withDataSourceScopes(DataSourceScopes dataSourceScopes)
-
withDescription
public SourceCollection withDescription(String description)
-
withDisplayName
public SourceCollection withDisplayName(String displayName)
-
getLastModifiedBy
public Optional<IdentitySet> getLastModifiedBy()
-
withLastModifiedBy
public SourceCollection withLastModifiedBy(IdentitySet lastModifiedBy)
-
getLastModifiedDateTime
public Optional<OffsetDateTime> getLastModifiedDateTime()
-
withLastModifiedDateTime
public SourceCollection withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
-
withUnmappedField
public SourceCollection withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getAdditionalSources
public DataSourceCollectionRequest getAdditionalSources()
-
getAddToReviewSetOperation
public AddToReviewSetOperationRequest getAddToReviewSetOperation()
-
getCustodianSources
public DataSourceCollectionRequest getCustodianSources()
-
getLastEstimateStatisticsOperation
public EstimateStatisticsOperationRequest getLastEstimateStatisticsOperation()
-
getNoncustodialSources
public NoncustodialDataSourceCollectionRequest getNoncustodialSources()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public SourceCollection patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SourceCollection put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
estimateStatistics
public com.github.davidmoten.odata.client.ActionRequestNoReturn estimateStatistics()
-
-