Class Import

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

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

      • sendnotification

        protected Boolean sendnotification
      • _createdonbehalfby_value

        protected String _createdonbehalfby_value
      • _modifiedby_value

        protected String _modifiedby_value
      • statecode

        protected Integer statecode
      • _modifiedonbehalfby_value

        protected String _modifiedonbehalfby_value
      • _owningbusinessunit_value

        protected String _owningbusinessunit_value
      • sequence

        protected Integer sequence
      • statuscode

        protected Integer statuscode
      • _ownerid_value

        protected String _ownerid_value
      • _owninguser_value

        protected String _owninguser_value
      • emailaddress

        protected String emailaddress
      • modecode

        protected Integer modecode
      • importid

        protected String importid
      • _owningteam_value

        protected String _owningteam_value
      • _createdby_value

        protected String _createdby_value
    • Constructor Detail

      • Import

        protected Import()
    • Method Detail

      • odataTypeName

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

        public static Import.Builder builderImport()
        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
      • withSendnotification

        public Import withSendnotification​(Boolean sendnotification)
      • get_createdonbehalfby_value

        public Optional<String> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Import with_createdonbehalfby_value​(String _createdonbehalfby_value)
      • get_modifiedby_value

        public Optional<String> get_modifiedby_value()
      • with_modifiedby_value

        public Import with_modifiedby_value​(String _modifiedby_value)
      • withStatecode

        public Import withStatecode​(Integer statecode)
      • get_modifiedonbehalfby_value

        public Optional<String> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Import with_modifiedonbehalfby_value​(String _modifiedonbehalfby_value)
      • get_owningbusinessunit_value

        public Optional<String> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Import with_owningbusinessunit_value​(String _owningbusinessunit_value)
      • withSequence

        public Import withSequence​(Integer sequence)
      • withStatuscode

        public Import withStatuscode​(Integer statuscode)
      • with_ownerid_value

        public Import with_ownerid_value​(String _ownerid_value)
      • get_owninguser_value

        public Optional<String> get_owninguser_value()
      • with_owninguser_value

        public Import with_owninguser_value​(String _owninguser_value)
      • withEmailaddress

        public Import withEmailaddress​(String emailaddress)
      • withModecode

        public Import withModecode​(Integer modecode)
      • withImportid

        public Import withImportid​(String importid)
      • get_owningteam_value

        public Optional<String> get_owningteam_value()
      • with_owningteam_value

        public Import with_owningteam_value​(String _owningteam_value)
      • with_createdby_value

        public Import with_createdby_value​(String _createdby_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 Import 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 Import 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
      • importRecordsImport

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> importRecordsImport()
      • parseImport

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<Asyncoperation> parseImport()