Uses of Class
odata.msgraph.client.complex.AttributeMapping
-
Packages that use AttributeMapping Package Description odata.msgraph.client.complex -
-
Uses of AttributeMapping in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AttributeMapping Modifier and Type Field Description protected List<AttributeMapping>ObjectMapping. attributeMappingsMethods in odata.msgraph.client.complex that return AttributeMapping Modifier and Type Method Description AttributeMappingAttributeMapping.Builder. build()AttributeMappingAttributeMapping. withDefaultValue(String defaultValue)AttributeMappingAttributeMapping. withExportMissingReferences(Boolean exportMissingReferences)AttributeMappingAttributeMapping. withFlowBehavior(AttributeFlowBehavior flowBehavior)AttributeMappingAttributeMapping. withFlowType(AttributeFlowType flowType)AttributeMappingAttributeMapping. withMatchingPriority(Integer matchingPriority)AttributeMappingAttributeMapping. withSource(AttributeMappingSource source)AttributeMappingAttributeMapping. withTargetAttributeName(String targetAttributeName)AttributeMappingAttributeMapping. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.complex that return types with arguments of type AttributeMapping Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AttributeMapping>ObjectMapping. getAttributeMappings()com.github.davidmoten.odata.client.CollectionPage<AttributeMapping>ObjectMapping. getAttributeMappings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AttributeMapping Modifier and Type Method Description ObjectMapping.BuilderObjectMapping.Builder. attributeMappings(AttributeMapping... attributeMappings)Method parameters in odata.msgraph.client.complex with type arguments of type AttributeMapping Modifier and Type Method Description ObjectMapping.BuilderObjectMapping.Builder. attributeMappings(List<AttributeMapping> attributeMappings)
-