Uses of Class
microsoft.dynamics.crm.complex.AttributeMapping.Builder
-
Packages that use AttributeMapping.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of AttributeMapping.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return AttributeMapping.Builder Modifier and Type Method Description AttributeMapping.BuilderAttributeMapping.Builder. allowedSyncDirection(Integer allowedSyncDirection)AttributeMapping.BuilderAttributeMapping.Builder. attributeCrmDisplayName(String attributeCrmDisplayName)AttributeMapping.BuilderAttributeMapping.Builder. attributeCrmName(String attributeCrmName)AttributeMapping.BuilderAttributeMapping.Builder. attributeExchangeDisplayName(String attributeExchangeDisplayName)AttributeMapping.BuilderAttributeMapping.Builder. attributeExchangeName(String attributeExchangeName)AttributeMapping.BuilderAttributeMapping.Builder. attributeMappingId(String attributeMappingId)static AttributeMapping.BuilderAttributeMapping. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AttributeMapping.BuilderAttributeMapping.Builder. computedProperties(String... computedProperties)AttributeMapping.BuilderAttributeMapping.Builder. computedProperties(List<String> computedProperties)AttributeMapping.BuilderAttributeMapping.Builder. computedPropertiesNextLink(String computedPropertiesNextLink)AttributeMapping.BuilderAttributeMapping.Builder. defaultSyncDirection(Integer defaultSyncDirection)AttributeMapping.BuilderAttributeMapping.Builder. entityTypeCode(Integer entityTypeCode)AttributeMapping.BuilderAttributeMapping.Builder. isComputed(Boolean isComputed)AttributeMapping.BuilderAttributeMapping.Builder. mappingName(String mappingName)AttributeMapping.BuilderAttributeMapping.Builder. syncDirection(Integer syncDirection)
-