Class Newprocess

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

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

      • statuscode

        protected Integer statuscode
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • _createdby_value

        protected UUID _createdby_value
      • _organizationid_value

        protected UUID _organizationid_value
      • statecode

        protected Integer statecode
      • _modifiedby_value

        protected UUID _modifiedby_value
      • _transactioncurrencyid_value

        protected UUID _transactioncurrencyid_value
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • duration

        protected Integer duration
      • importsequencenumber

        protected Integer importsequencenumber
      • traversedpath

        protected String traversedpath
      • versionnumber

        protected Long versionnumber
      • _knowledgearticleid_value

        protected UUID _knowledgearticleid_value
      • _processid_value

        protected UUID _processid_value
      • _activestageid_value

        protected UUID _activestageid_value
      • businessprocessflowinstanceid

        protected UUID businessprocessflowinstanceid
    • Constructor Detail

      • Newprocess

        protected Newprocess()
    • Method Detail

      • odataTypeName

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

        public static Newprocess.Builder builderNewprocess()
        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_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Newprocess with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Newprocess with_createdby_value​(UUID _createdby_value)
      • get_organizationid_value

        public Optional<UUID> get_organizationid_value()
      • with_organizationid_value

        public Newprocess with_organizationid_value​(UUID _organizationid_value)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Newprocess with_modifiedby_value​(UUID _modifiedby_value)
      • get_transactioncurrencyid_value

        public Optional<UUID> get_transactioncurrencyid_value()
      • with_transactioncurrencyid_value

        public Newprocess with_transactioncurrencyid_value​(UUID _transactioncurrencyid_value)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Newprocess with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • getImportsequencenumber

        public Optional<Integer> getImportsequencenumber()
      • withImportsequencenumber

        public Newprocess withImportsequencenumber​(Integer importsequencenumber)
      • withTraversedpath

        public Newprocess withTraversedpath​(String traversedpath)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Newprocess withVersionnumber​(Long versionnumber)
      • get_knowledgearticleid_value

        public Optional<UUID> get_knowledgearticleid_value()
      • with_knowledgearticleid_value

        public Newprocess with_knowledgearticleid_value​(UUID _knowledgearticleid_value)
      • get_processid_value

        public Optional<UUID> get_processid_value()
      • with_processid_value

        public Newprocess with_processid_value​(UUID _processid_value)
      • get_activestageid_value

        public Optional<UUID> get_activestageid_value()
      • with_activestageid_value

        public Newprocess with_activestageid_value​(UUID _activestageid_value)
      • getBusinessprocessflowinstanceid

        public Optional<UUID> getBusinessprocessflowinstanceid()
      • withBusinessprocessflowinstanceid

        public Newprocess withBusinessprocessflowinstanceid​(UUID businessprocessflowinstanceid)
      • 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 Newprocess 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 Newprocess 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