Class EntityKeyMetadata

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

    public class EntityKeyMetadata
    extends MetadataBase
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • displayName

        protected Label displayName
      • logicalName

        protected String logicalName
      • schemaName

        protected String schemaName
      • entityLogicalName

        protected String entityLogicalName
      • keyAttributes

        protected List<String> keyAttributes
      • keyAttributesNextLink

        protected String keyAttributesNextLink
      • isManaged

        protected Boolean isManaged
      • introducedVersion

        protected String introducedVersion
      • asyncJob

        protected String asyncJob
      • isSynchronous

        protected Boolean isSynchronous
      • isExportKey

        protected Boolean isExportKey
    • Constructor Detail

      • EntityKeyMetadata

        protected EntityKeyMetadata()