Uses of Class
odata.msgraph.client.security.entity.UserSource
-
Packages that use UserSource Package Description odata.msgraph.client.security.entity -
-
Uses of UserSource in odata.msgraph.client.security.entity
Fields in odata.msgraph.client.security.entity with type parameters of type UserSource Modifier and Type Field Description protected List<UserSource>EdiscoveryCustodian. userSourcesMethods in odata.msgraph.client.security.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. withSiteWebUrl(String siteWebUrl)UserSourceUserSource. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.security.entity with parameters of type UserSource Modifier and Type Method Description EdiscoveryCustodian.BuilderEdiscoveryCustodian.Builder. userSources(UserSource... userSources)Method parameters in odata.msgraph.client.security.entity with type arguments of type UserSource Modifier and Type Method Description EdiscoveryCustodian.BuilderEdiscoveryCustodian.Builder. userSources(List<UserSource> userSources)EdiscoveryCustodianEdiscoveryCustodian. withUserSources(List<UserSource> userSources)
-