Uses of Class
odata.msgraph.client.beta.complex.EducationIdentityMatchingOptions
-
Packages that use EducationIdentityMatchingOptions Package Description odata.msgraph.client.beta.complex -
-
Uses of EducationIdentityMatchingOptions in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type EducationIdentityMatchingOptions Modifier and Type Field Description protected List<EducationIdentityMatchingOptions>EducationIdentityMatchingConfiguration. matchingOptionsMethods in odata.msgraph.client.beta.complex that return EducationIdentityMatchingOptions Modifier and Type Method Description EducationIdentityMatchingOptionsEducationIdentityMatchingOptions.Builder. build()EducationIdentityMatchingOptionsEducationIdentityMatchingOptions. withAppliesTo(EducationUserRole appliesTo)EducationIdentityMatchingOptionsEducationIdentityMatchingOptions. withSourcePropertyName(String sourcePropertyName)EducationIdentityMatchingOptionsEducationIdentityMatchingOptions. withTargetDomain(String targetDomain)EducationIdentityMatchingOptionsEducationIdentityMatchingOptions. withTargetPropertyName(String targetPropertyName)EducationIdentityMatchingOptionsEducationIdentityMatchingOptions. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type EducationIdentityMatchingOptions Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<EducationIdentityMatchingOptions>EducationIdentityMatchingConfiguration. getMatchingOptions()com.github.davidmoten.odata.client.CollectionPage<EducationIdentityMatchingOptions>EducationIdentityMatchingConfiguration. getMatchingOptions(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type EducationIdentityMatchingOptions Modifier and Type Method Description EducationIdentityMatchingConfiguration.BuilderEducationIdentityMatchingConfiguration.Builder. matchingOptions(EducationIdentityMatchingOptions... matchingOptions)Method parameters in odata.msgraph.client.beta.complex with type arguments of type EducationIdentityMatchingOptions Modifier and Type Method Description EducationIdentityMatchingConfiguration.BuilderEducationIdentityMatchingConfiguration.Builder. matchingOptions(List<EducationIdentityMatchingOptions> matchingOptions)
-