Uses of Class
odata.msgraph.client.complex.IdentitySource
-
Packages that use IdentitySource Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of IdentitySource in odata.msgraph.client.complex
Subclasses of IdentitySource in odata.msgraph.client.complex Modifier and Type Class Description classAzureActiveDirectoryTenantclassCrossCloudAzureActiveDirectoryTenantclassDomainIdentitySourceclassExternalDomainFederationMethods in odata.msgraph.client.complex that return IdentitySource Modifier and Type Method Description IdentitySourceIdentitySource. withUnmappedField(String name, Object value) -
Uses of IdentitySource in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type IdentitySource Modifier and Type Field Description protected List<IdentitySource>ConnectedOrganization. identitySourcesMethods in odata.msgraph.client.entity that return types with arguments of type IdentitySource Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<IdentitySource>ConnectedOrganization. getIdentitySources()com.github.davidmoten.odata.client.CollectionPage<IdentitySource>ConnectedOrganization. getIdentitySources(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type IdentitySource Modifier and Type Method Description ConnectedOrganization.BuilderConnectedOrganization.Builder. identitySources(IdentitySource... identitySources)Method parameters in odata.msgraph.client.entity with type arguments of type IdentitySource Modifier and Type Method Description ConnectedOrganization.BuilderConnectedOrganization.Builder. identitySources(List<IdentitySource> identitySources)ConnectedOrganizationConnectedOrganization. withIdentitySources(List<IdentitySource> identitySources)
-