Package microsoft.dynamics.crm.complex
Class AttributeMapping.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AttributeMapping.Builder
-
- Enclosing class:
- AttributeMapping
public static final class AttributeMapping.Builder extends Object
-
-
Method Summary
-
-
-
Method Detail
-
attributeMappingId
public AttributeMapping.Builder attributeMappingId(String attributeMappingId)
-
mappingName
public AttributeMapping.Builder mappingName(String mappingName)
-
attributeCrmName
public AttributeMapping.Builder attributeCrmName(String attributeCrmName)
-
attributeExchangeName
public AttributeMapping.Builder attributeExchangeName(String attributeExchangeName)
-
syncDirection
public AttributeMapping.Builder syncDirection(Integer syncDirection)
-
defaultSyncDirection
public AttributeMapping.Builder defaultSyncDirection(Integer defaultSyncDirection)
-
allowedSyncDirection
public AttributeMapping.Builder allowedSyncDirection(Integer allowedSyncDirection)
-
isComputed
public AttributeMapping.Builder isComputed(Boolean isComputed)
-
entityTypeCode
public AttributeMapping.Builder entityTypeCode(Integer entityTypeCode)
-
computedProperties
public AttributeMapping.Builder computedProperties(List<String> computedProperties)
-
computedProperties
public AttributeMapping.Builder computedProperties(String... computedProperties)
-
computedPropertiesNextLink
public AttributeMapping.Builder computedPropertiesNextLink(String computedPropertiesNextLink)
-
attributeCrmDisplayName
public AttributeMapping.Builder attributeCrmDisplayName(String attributeCrmDisplayName)
-
attributeExchangeDisplayName
public AttributeMapping.Builder attributeExchangeDisplayName(String attributeExchangeDisplayName)
-
build
public AttributeMapping build()
-
-