Class Importdata

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

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

      • haserror

        protected Boolean haserror
      • _owninguser_value

        protected UUID _owninguser_value
      • linenumber

        protected Integer linenumber
      • _ownerid_value

        protected UUID _ownerid_value
      • _importfileid_value

        protected UUID _importfileid_value
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • statecode

        protected Integer statecode
      • errortype

        protected Integer errortype
      • _owningteam_value

        protected UUID _owningteam_value
      • _modifiedby_value

        protected UUID _modifiedby_value
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • statuscode

        protected Integer statuscode
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • recordid

        protected UUID recordid
      • _createdby_value

        protected UUID _createdby_value
      • importdataid

        protected UUID importdataid
    • Constructor Detail

      • Importdata

        protected Importdata()
    • Method Detail

      • odataTypeName

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

        public static Importdata.Builder builderImportdata()
        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_owninguser_value

        public Optional<UUID> get_owninguser_value()
      • with_owninguser_value

        public Importdata with_owninguser_value​(UUID _owninguser_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • with_ownerid_value

        public Importdata with_ownerid_value​(UUID _ownerid_value)
      • get_importfileid_value

        public Optional<UUID> get_importfileid_value()
      • with_importfileid_value

        public Importdata with_importfileid_value​(UUID _importfileid_value)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Importdata with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • get_owningteam_value

        public Optional<UUID> get_owningteam_value()
      • with_owningteam_value

        public Importdata with_owningteam_value​(UUID _owningteam_value)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Importdata with_modifiedby_value​(UUID _modifiedby_value)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Importdata with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Importdata with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Importdata with_createdby_value​(UUID _createdby_value)
      • withImportdataid

        public Importdata withImportdataid​(UUID importdataid)
      • 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 Importdata 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 Importdata 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