Class Importjob

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

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

      • importjobid

        protected String importjobid
      • _createdby_value

        protected String _createdby_value
      • _modifiedonbehalfby_value

        protected String _modifiedonbehalfby_value
      • importcontext

        protected String importcontext
      • _createdonbehalfby_value

        protected String _createdonbehalfby_value
      • _modifiedby_value

        protected String _modifiedby_value
      • progress

        protected Double progress
      • operationcontext

        protected String operationcontext
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • _organizationid_value

        protected String _organizationid_value
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • solutionid

        protected String solutionid
      • solutionname

        protected String solutionname
    • Constructor Detail

      • Importjob

        protected Importjob()
    • Method Detail

      • odataTypeName

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

        public static Importjob.Builder builderImportjob()
        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
      • withImportjobid

        public Importjob withImportjobid​(String importjobid)
      • with_createdby_value

        public Importjob with_createdby_value​(String _createdby_value)
      • get_modifiedonbehalfby_value

        public Optional<String> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Importjob with_modifiedonbehalfby_value​(String _modifiedonbehalfby_value)
      • withImportcontext

        public Importjob withImportcontext​(String importcontext)
      • get_createdonbehalfby_value

        public Optional<String> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Importjob with_createdonbehalfby_value​(String _createdonbehalfby_value)
      • get_modifiedby_value

        public Optional<String> get_modifiedby_value()
      • with_modifiedby_value

        public Importjob with_modifiedby_value​(String _modifiedby_value)
      • withOperationcontext

        public Importjob withOperationcontext​(String operationcontext)
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • withUtcconversiontimezonecode

        public Importjob withUtcconversiontimezonecode​(Integer utcconversiontimezonecode)
      • get_organizationid_value

        public Optional<String> get_organizationid_value()
      • with_organizationid_value

        public Importjob with_organizationid_value​(String _organizationid_value)
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • withTimezoneruleversionnumber

        public Importjob withTimezoneruleversionnumber​(Integer timezoneruleversionnumber)
      • withSolutionname

        public Importjob withSolutionname​(String solutionname)
      • 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 Importjob 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 Importjob 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