Class Queueitem

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

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

      • _transactioncurrencyid_value

        protected UUID _transactioncurrencyid_value
      • _workerid_value

        protected UUID _workerid_value
      • _createdby_value

        protected UUID _createdby_value
      • _modifiedby_value

        protected UUID _modifiedby_value
      • _owningbusinessunit_value

        protected UUID _owningbusinessunit_value
      • title

        protected String title
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • versionnumber

        protected Long versionnumber
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • _queueid_value

        protected UUID _queueid_value
      • statecode

        protected Integer statecode
      • _ownerid_value

        protected UUID _ownerid_value
      • importsequencenumber

        protected Integer importsequencenumber
      • queueitemid

        protected UUID queueitemid
      • statuscode

        protected Integer statuscode
      • _objectid_value

        protected UUID _objectid_value
      • _owninguser_value

        protected UUID _owninguser_value
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • objecttypecode

        protected Integer objecttypecode
      • _organizationid_value

        protected UUID _organizationid_value
    • Constructor Detail

      • Queueitem

        protected Queueitem()
    • Method Detail

      • odataTypeName

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

        public static Queueitem.Builder builderQueueitem()
        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_transactioncurrencyid_value

        public Optional<UUID> get_transactioncurrencyid_value()
      • with_transactioncurrencyid_value

        public Queueitem with_transactioncurrencyid_value​(UUID _transactioncurrencyid_value)
      • get_workerid_value

        public Optional<UUID> get_workerid_value()
      • with_workerid_value

        public Queueitem with_workerid_value​(UUID _workerid_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Queueitem with_createdby_value​(UUID _createdby_value)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Queueitem with_modifiedby_value​(UUID _modifiedby_value)
      • get_owningbusinessunit_value

        public Optional<UUID> get_owningbusinessunit_value()
      • with_owningbusinessunit_value

        public Queueitem with_owningbusinessunit_value​(UUID _owningbusinessunit_value)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Queueitem with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • getVersionnumber

        public Optional<Long> getVersionnumber()
      • withVersionnumber

        public Queueitem withVersionnumber​(Long versionnumber)
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • withUtcconversiontimezonecode

        public Queueitem withUtcconversiontimezonecode​(Integer utcconversiontimezonecode)
      • get_queueid_value

        public Optional<UUID> get_queueid_value()
      • with_queueid_value

        public Queueitem with_queueid_value​(UUID _queueid_value)
      • get_ownerid_value

        public Optional<UUID> get_ownerid_value()
      • with_ownerid_value

        public Queueitem with_ownerid_value​(UUID _ownerid_value)
      • getImportsequencenumber

        public Optional<Integer> getImportsequencenumber()
      • withImportsequencenumber

        public Queueitem withImportsequencenumber​(Integer importsequencenumber)
      • withQueueitemid

        public Queueitem withQueueitemid​(UUID queueitemid)
      • get_objectid_value

        public Optional<UUID> get_objectid_value()
      • with_objectid_value

        public Queueitem with_objectid_value​(UUID _objectid_value)
      • get_owninguser_value

        public Optional<UUID> get_owninguser_value()
      • with_owninguser_value

        public Queueitem with_owninguser_value​(UUID _owninguser_value)
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • withTimezoneruleversionnumber

        public Queueitem withTimezoneruleversionnumber​(Integer timezoneruleversionnumber)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Queueitem with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • withObjecttypecode

        public Queueitem withObjecttypecode​(Integer objecttypecode)
      • get_organizationid_value

        public Optional<UUID> get_organizationid_value()
      • with_organizationid_value

        public Queueitem with_organizationid_value​(UUID _organizationid_value)
      • getWorkerid_team

        public TeamRequest getWorkerid_team()
      • getObjectid_fax

        public FaxRequest getObjectid_fax()
      • getObjectid_task

        public TaskRequest getObjectid_task()
      • getObjectid_email

        public EmailRequest getObjectid_email()
      • 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 Queueitem 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 Queueitem 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
      • pickFromQueue

        public com.github.davidmoten.odata.client.ActionRequestNoReturn pickFromQueue​(Systemuser systemUser,
                                                                                      Boolean removeQueueItem)
      • releaseToQueue

        public com.github.davidmoten.odata.client.ActionRequestNoReturn releaseToQueue()
      • removeFromQueue

        public com.github.davidmoten.odata.client.ActionRequestNoReturn removeFromQueue()