Class AttributeMapping

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataType

    public class AttributeMapping
    extends Object
    implements com.github.davidmoten.odata.client.ODataType
    • 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 String 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
      • computedProperties

        protected List<String> computedProperties
      • computedPropertiesNextLink

        protected String computedPropertiesNextLink
      • attributeCrmDisplayName

        protected String attributeCrmDisplayName
      • attributeExchangeDisplayName

        protected String attributeExchangeDisplayName
    • Constructor Detail

      • AttributeMapping

        protected AttributeMapping()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
      • getAttributeMappingId

        public Optional<String> getAttributeMappingId()
      • getAttributeExchangeName

        public Optional<String> getAttributeExchangeName()
      • withAttributeExchangeName

        public AttributeMapping withAttributeExchangeName​(String attributeExchangeName)
      • getDefaultSyncDirection

        public Optional<Integer> getDefaultSyncDirection()
      • getAllowedSyncDirection

        public Optional<Integer> getAllowedSyncDirection()
      • 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)
      • getAttributeCrmDisplayName

        public Optional<String> getAttributeCrmDisplayName()
      • withAttributeCrmDisplayName

        public AttributeMapping withAttributeCrmDisplayName​(String attributeCrmDisplayName)
      • getAttributeExchangeDisplayName

        public Optional<String> getAttributeExchangeDisplayName()
      • withAttributeExchangeDisplayName

        public AttributeMapping withAttributeExchangeDisplayName​(String attributeExchangeDisplayName)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.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