Class Importlog

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

    public class Importlog
    extends Crmbaseentity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • _ownerid_value

        protected UUID _ownerid_value
      • statecode

        protected Integer statecode
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • columnvalue

        protected String columnvalue
      • statuscode

        protected Integer statuscode
      • _owningteam_value

        protected UUID _owningteam_value
      • _modifiedby_value

        protected UUID _modifiedby_value
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • headercolumn

        protected String headercolumn
      • errordescription

        protected String errordescription
      • sequencenumber

        protected Integer sequencenumber
      • _importfileid_value

        protected UUID _importfileid_value
      • _createdby_value

        protected UUID _createdby_value
      • additionalinfo

        protected String additionalinfo
      • _owninguser_value

        protected UUID _owninguser_value
      • linenumber

        protected Integer linenumber
      • importlogid

        protected UUID importlogid
      • errornumber

        protected Integer errornumber
      • logphasecode

        protected Integer logphasecode
      • _importdataid_value

        protected UUID _importdataid_value
    • Constructor Detail

      • Importlog

        protected Importlog()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Crmbaseentity
      • builderImportlog

        public static Importlog.Builder builderImportlog()
        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
      • getChangedFields

        public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
        Specified by:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Crmbaseentity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Crmbaseentity
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Importlog with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • with_ownerid_value

        public Importlog with_ownerid_value​(UUID _ownerid_value)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Importlog with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • withColumnvalue

        public Importlog withColumnvalue​(String columnvalue)
      • get_owningteam_value

        public Optional<UUID> get_owningteam_value()
      • with_owningteam_value

        public Importlog with_owningteam_value​(UUID _owningteam_value)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Importlog with_modifiedby_value​(UUID _modifiedby_value)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Importlog with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • withHeadercolumn

        public Importlog withHeadercolumn​(String headercolumn)
      • withErrordescription

        public Importlog withErrordescription​(String errordescription)
      • withSequencenumber

        public Importlog withSequencenumber​(Integer sequencenumber)
      • get_importfileid_value

        public Optional<UUID> get_importfileid_value()
      • with_importfileid_value

        public Importlog with_importfileid_value​(UUID _importfileid_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Importlog with_createdby_value​(UUID _createdby_value)
      • withAdditionalinfo

        public Importlog withAdditionalinfo​(String additionalinfo)
      • get_owninguser_value

        public Optional<UUID> get_owninguser_value()
      • with_owninguser_value

        public Importlog with_owninguser_value​(UUID _owninguser_value)
      • withImportlogid

        public Importlog withImportlogid​(UUID importlogid)
      • withLogphasecode

        public Importlog withLogphasecode​(Integer logphasecode)
      • get_importdataid_value

        public Optional<UUID> get_importdataid_value()
      • with_importdataid_value

        public Importlog with_importdataid_value​(UUID _importdataid_value)
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Crmbaseentity
      • patch

        public Importlog patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public Importlog put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Crmbaseentity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected