Uses of Class
odata.msgraph.client.security.entity.DataSource
-
Packages that use DataSource Package Description odata.msgraph.client.security.entity -
-
Uses of DataSource in odata.msgraph.client.security.entity
Subclasses of DataSource in odata.msgraph.client.security.entity Modifier and Type Class Description classSiteSourceclassUnifiedGroupSourceclassUserSourceFields in odata.msgraph.client.security.entity declared as DataSource Modifier and Type Field Description protected DataSourceEdiscoveryNoncustodialDataSource. dataSourceFields in odata.msgraph.client.security.entity with type parameters of type DataSource Modifier and Type Field Description protected List<DataSource>EdiscoverySearch. additionalSourcesMethods in odata.msgraph.client.security.entity that return DataSource Modifier and Type Method Description DataSourceDataSource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.DataSourceDataSource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).DataSourceDataSource. withCreatedBy(IdentitySet createdBy)DataSourceDataSource. withCreatedDateTime(OffsetDateTime createdDateTime)DataSourceDataSource. withDisplayName(String displayName)DataSourceDataSource. withHoldStatus(DataSourceHoldStatus holdStatus)DataSourceDataSource. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.entity with parameters of type DataSource Modifier and Type Method Description EdiscoverySearch.BuilderEdiscoverySearch.Builder. additionalSources(DataSource... additionalSources)EdiscoveryNoncustodialDataSource.BuilderEdiscoveryNoncustodialDataSource.Builder. dataSource(DataSource dataSource)EdiscoveryNoncustodialDataSourceEdiscoveryNoncustodialDataSource. withDataSource(DataSource dataSource)Method parameters in odata.msgraph.client.security.entity with type arguments of type DataSource Modifier and Type Method Description EdiscoverySearch.BuilderEdiscoverySearch.Builder. additionalSources(List<DataSource> additionalSources)EdiscoverySearchEdiscoverySearch. withAdditionalSources(List<DataSource> additionalSources)
-