Uses of Class
odata.msgraph.client.beta.complex.PersonDataSource
-
Packages that use PersonDataSource Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of PersonDataSource in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return PersonDataSource Modifier and Type Method Description PersonDataSourcePersonDataSource.Builder. build()PersonDataSourcePersonDataSource. withType(String type)PersonDataSourcePersonDataSource. withUnmappedField(String name, String value) -
Uses of PersonDataSource in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type PersonDataSource Modifier and Type Field Description protected List<PersonDataSource>Person. sourcesMethods in odata.msgraph.client.beta.entity that return types with arguments of type PersonDataSource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<PersonDataSource>Person. getSources()com.github.davidmoten.odata.client.CollectionPage<PersonDataSource>Person. getSources(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type PersonDataSource Modifier and Type Method Description Person.BuilderPerson.Builder. sources(PersonDataSource... sources)Method parameters in odata.msgraph.client.beta.entity with type arguments of type PersonDataSource Modifier and Type Method Description Person.BuilderPerson.Builder. sources(List<PersonDataSource> sources)PersonPerson. withSources(List<PersonDataSource> sources)
-