Package microsoft.dynamics.crm.complex
Class AttributeMapping
- java.lang.Object
-
- microsoft.dynamics.crm.complex.AttributeMapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class AttributeMapping extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttributeMapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegerallowedSyncDirectionprotected StringattributeCrmDisplayNameprotected StringattributeCrmNameprotected StringattributeExchangeDisplayNameprotected StringattributeExchangeNameprotected UUIDattributeMappingIdprotected List<String>computedPropertiesprotected StringcomputedPropertiesNextLinkprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected IntegerdefaultSyncDirectionprotected IntegerentityTypeCodeprotected BooleanisComputedprotected StringmappingNameprotected StringodataTypeprotected IntegersyncDirectionprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttributeMapping()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
attributeMappingId
protected UUID attributeMappingId
-
mappingName
protected String mappingName
-
attributeCrmName
protected String attributeCrmName
-
attributeExchangeName
protected String attributeExchangeName
-
syncDirection
protected Integer syncDirection
-
defaultSyncDirection
protected Integer defaultSyncDirection
-
allowedSyncDirection
protected Integer allowedSyncDirection
-
isComputed
protected Boolean isComputed
-
entityTypeCode
protected Integer entityTypeCode
-
computedPropertiesNextLink
protected String computedPropertiesNextLink
-
attributeCrmDisplayName
protected String attributeCrmDisplayName
-
attributeExchangeDisplayName
protected String attributeExchangeDisplayName
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAttributeMappingId
public AttributeMapping withAttributeMappingId(UUID attributeMappingId)
-
withMappingName
public AttributeMapping withMappingName(String mappingName)
-
withAttributeCrmName
public AttributeMapping withAttributeCrmName(String attributeCrmName)
-
withAttributeExchangeName
public AttributeMapping withAttributeExchangeName(String attributeExchangeName)
-
withSyncDirection
public AttributeMapping withSyncDirection(Integer syncDirection)
-
withDefaultSyncDirection
public AttributeMapping withDefaultSyncDirection(Integer defaultSyncDirection)
-
withAllowedSyncDirection
public AttributeMapping withAllowedSyncDirection(Integer allowedSyncDirection)
-
withIsComputed
public AttributeMapping withIsComputed(Boolean isComputed)
-
withEntityTypeCode
public AttributeMapping withEntityTypeCode(Integer entityTypeCode)
-
getComputedProperties
public com.github.davidmoten.odata.client.CollectionPage<String> getComputedProperties()
-
getComputedProperties
public com.github.davidmoten.odata.client.CollectionPage<String> getComputedProperties(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAttributeCrmDisplayName
public AttributeMapping withAttributeCrmDisplayName(String attributeCrmDisplayName)
-
withAttributeExchangeDisplayName
public AttributeMapping withAttributeExchangeDisplayName(String attributeExchangeDisplayName)
-
withUnmappedField
public AttributeMapping withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static AttributeMapping.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-