Uses of Class
microsoft.dynamics.crm.complex.AttributeMapping
-
Packages that use AttributeMapping Package Description microsoft.dynamics.crm.complex -
-
Uses of AttributeMapping in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type AttributeMapping Modifier and Type Field Description protected List<AttributeMapping>RetrievePrincipalSyncAttributeMappingsResponse. attributeMappingsMethods in microsoft.dynamics.crm.complex that return types with arguments of type AttributeMapping Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AttributeMapping>RetrievePrincipalSyncAttributeMappingsResponse. getAttributeMappings()com.github.davidmoten.odata.client.CollectionPage<AttributeMapping>RetrievePrincipalSyncAttributeMappingsResponse. getAttributeMappings(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type AttributeMapping Modifier and Type Method Description RetrievePrincipalSyncAttributeMappingsResponse.BuilderRetrievePrincipalSyncAttributeMappingsResponse.Builder. attributeMappings(AttributeMapping... attributeMappings)Method parameters in microsoft.dynamics.crm.complex with type arguments of type AttributeMapping Modifier and Type Method Description RetrievePrincipalSyncAttributeMappingsResponse.BuilderRetrievePrincipalSyncAttributeMappingsResponse.Builder. attributeMappings(List<AttributeMapping> attributeMappings)
-