Uses of Class
odata.msgraph.client.complex.ObjectMapping
-
Packages that use ObjectMapping Package Description odata.msgraph.client.complex -
-
Uses of ObjectMapping in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ObjectMapping Modifier and Type Field Description protected List<ObjectMapping>SynchronizationRule. objectMappingsMethods in odata.msgraph.client.complex that return ObjectMapping Modifier and Type Method Description ObjectMappingObjectMapping.Builder. build()ObjectMappingObjectMapping. withEnabled(Boolean enabled)ObjectMappingObjectMapping. withFlowTypes(ObjectFlowTypes flowTypes)ObjectMappingObjectMapping. withName(String name)ObjectMappingObjectMapping. withScope(Filter scope)ObjectMappingObjectMapping. withSourceObjectName(String sourceObjectName)ObjectMappingObjectMapping. withTargetObjectName(String targetObjectName)ObjectMappingObjectMapping. withUnmappedField(String name, String value)Methods in odata.msgraph.client.complex that return types with arguments of type ObjectMapping Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ObjectMapping>SynchronizationRule. getObjectMappings()com.github.davidmoten.odata.client.CollectionPage<ObjectMapping>SynchronizationRule. getObjectMappings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ObjectMapping Modifier and Type Method Description SynchronizationRule.BuilderSynchronizationRule.Builder. objectMappings(ObjectMapping... objectMappings)Method parameters in odata.msgraph.client.complex with type arguments of type ObjectMapping Modifier and Type Method Description SynchronizationRule.BuilderSynchronizationRule.Builder. objectMappings(List<ObjectMapping> objectMappings)
-