Uses of Class
odata.msgraph.client.beta.ediscovery.enums.SourceType
-
Packages that use SourceType Package Description odata.msgraph.client.beta.ediscovery.entity odata.msgraph.client.beta.ediscovery.enums -
-
Uses of SourceType in odata.msgraph.client.beta.ediscovery.entity
Fields in odata.msgraph.client.beta.ediscovery.entity declared as SourceType Modifier and Type Field Description protected SourceTypeUnifiedGroupSource. includedSourcesprotected SourceTypeUserSource. includedSourcesMethods in odata.msgraph.client.beta.ediscovery.entity that return types with arguments of type SourceType Modifier and Type Method Description Optional<SourceType>UnifiedGroupSource. getIncludedSources()Optional<SourceType>UserSource. getIncludedSources()Methods in odata.msgraph.client.beta.ediscovery.entity with parameters of type SourceType Modifier and Type Method Description UnifiedGroupSource.BuilderUnifiedGroupSource.Builder. includedSources(SourceType includedSources)UserSource.BuilderUserSource.Builder. includedSources(SourceType includedSources)UnifiedGroupSourceUnifiedGroupSource. withIncludedSources(SourceType includedSources)UserSourceUserSource. withIncludedSources(SourceType includedSources) -
Uses of SourceType in odata.msgraph.client.beta.ediscovery.enums
Methods in odata.msgraph.client.beta.ediscovery.enums that return SourceType Modifier and Type Method Description static SourceTypeSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceType[]SourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-