Uses of Class
odata.msgraph.client.beta.ediscovery.entity.SourceCollection
-
Packages that use SourceCollection Package Description odata.msgraph.client.beta.ediscovery.entity odata.msgraph.client.beta.ediscovery.entity.request -
-
Uses of SourceCollection in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return SourceCollection Modifier and Type Method Description SourceCollectionSourceCollection.Builder. build()SourceCollectionSourceCollection. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SourceCollectionSourceCollection. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SourceCollectionSourceCollection. withContentQuery(String contentQuery)SourceCollectionSourceCollection. withCreatedBy(IdentitySet createdBy)SourceCollectionSourceCollection. withCreatedDateTime(OffsetDateTime createdDateTime)SourceCollectionSourceCollection. withDataSourceScopes(DataSourceScopes dataSourceScopes)SourceCollectionSourceCollection. withDescription(String description)SourceCollectionSourceCollection. withDisplayName(String displayName)SourceCollectionSourceCollection. withLastModifiedBy(IdentitySet lastModifiedBy)SourceCollectionSourceCollection. withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)SourceCollectionSourceCollection. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.ediscovery.entity with parameters of type SourceCollection Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnReviewSet. addToReviewSet(SourceCollection sourceCollection, AdditionalDataOptions additionalData) -
Uses of SourceCollection in odata.msgraph.client.beta.ediscovery.entity.request
Methods in odata.msgraph.client.beta.ediscovery.entity.request with parameters of type SourceCollection Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnReviewSetRequest. addToReviewSet(SourceCollection sourceCollection, AdditionalDataOptions additionalData)
-