Class AttributeDefinition

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

    public class AttributeDefinition
    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
      • apiExpressionsNextLink

        protected String apiExpressionsNextLink
      • caseExact

        protected Boolean caseExact
      • defaultValue

        protected String defaultValue
      • flowNullValues

        protected Boolean flowNullValues
      • metadataNextLink

        protected String metadataNextLink
      • multivalued

        protected Boolean multivalued
      • referencedObjectsNextLink

        protected String referencedObjectsNextLink
      • required

        protected Boolean required
    • Constructor Detail

      • AttributeDefinition

        protected AttributeDefinition()