Uses of Class
odata.msgraph.client.beta.ediscovery.entity.UserSource
-
Packages that use UserSource Package Description odata.msgraph.client.beta.ediscovery.entity -
-
Uses of UserSource in odata.msgraph.client.beta.ediscovery.entity
Methods in odata.msgraph.client.beta.ediscovery.entity that return UserSource Modifier and Type Method Description UserSourceUserSource.Builder. build()UserSourceUserSource. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.UserSourceUserSource. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).UserSourceUserSource. withEmail(String email)UserSourceUserSource. withIncludedSources(SourceType includedSources)UserSourceUserSource. withUnmappedField(String name, String value)
-