Class Tracelog

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

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

      • canbedeleted

        protected Boolean canbedeleted
      • collationlevel

        protected Integer collationlevel
      • traceparameterxml

        protected String traceparameterxml
      • timezoneruleversionnumber

        protected Integer timezoneruleversionnumber
      • traceparameterhash

        protected Integer traceparameterhash
      • errortypedisplay

        protected String errortypedisplay
      • _regardingobjectowningbusinessunit_value

        protected UUID _regardingobjectowningbusinessunit_value
      • utcconversiontimezonecode

        protected Integer utcconversiontimezonecode
      • machinename

        protected String machinename
      • _createdonbehalfby_value

        protected UUID _createdonbehalfby_value
      • _organizationid_value

        protected UUID _organizationid_value
      • tracecode

        protected Integer tracecode
      • _createdby_value

        protected UUID _createdby_value
      • tracedetailxml

        protected String tracedetailxml
      • _modifiedby_value

        protected UUID _modifiedby_value
      • errordetails

        protected String errordetails
      • tracelogid

        protected UUID tracelogid
      • traceactionxml

        protected String traceactionxml
      • isunique

        protected Boolean isunique
      • _modifiedonbehalfby_value

        protected UUID _modifiedonbehalfby_value
      • _regardingobjectid_value

        protected UUID _regardingobjectid_value
      • _regardingobjectownerid_value

        protected UUID _regardingobjectownerid_value
      • tracestatus

        protected Boolean tracestatus
      • _parenttracelogid_value

        protected UUID _parenttracelogid_value
    • Constructor Detail

      • Tracelog

        protected Tracelog()
    • Method Detail

      • odataTypeName

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

        public static Tracelog.Builder builderTracelog()
        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
      • withCanbedeleted

        public Tracelog withCanbedeleted​(Boolean canbedeleted)
      • withCollationlevel

        public Tracelog withCollationlevel​(Integer collationlevel)
      • getTraceparameterxml

        public Optional<String> getTraceparameterxml()
      • withTraceparameterxml

        public Tracelog withTraceparameterxml​(String traceparameterxml)
      • getTimezoneruleversionnumber

        public Optional<Integer> getTimezoneruleversionnumber()
      • withTimezoneruleversionnumber

        public Tracelog withTimezoneruleversionnumber​(Integer timezoneruleversionnumber)
      • withTraceparameterhash

        public Tracelog withTraceparameterhash​(Integer traceparameterhash)
      • withErrortypedisplay

        public Tracelog withErrortypedisplay​(String errortypedisplay)
      • get_regardingobjectowningbusinessunit_value

        public Optional<UUID> get_regardingobjectowningbusinessunit_value()
      • with_regardingobjectowningbusinessunit_value

        public Tracelog with_regardingobjectowningbusinessunit_value​(UUID _regardingobjectowningbusinessunit_value)
      • getUtcconversiontimezonecode

        public Optional<Integer> getUtcconversiontimezonecode()
      • withUtcconversiontimezonecode

        public Tracelog withUtcconversiontimezonecode​(Integer utcconversiontimezonecode)
      • withMachinename

        public Tracelog withMachinename​(String machinename)
      • get_createdonbehalfby_value

        public Optional<UUID> get_createdonbehalfby_value()
      • with_createdonbehalfby_value

        public Tracelog with_createdonbehalfby_value​(UUID _createdonbehalfby_value)
      • get_organizationid_value

        public Optional<UUID> get_organizationid_value()
      • with_organizationid_value

        public Tracelog with_organizationid_value​(UUID _organizationid_value)
      • get_createdby_value

        public Optional<UUID> get_createdby_value()
      • with_createdby_value

        public Tracelog with_createdby_value​(UUID _createdby_value)
      • withTracedetailxml

        public Tracelog withTracedetailxml​(String tracedetailxml)
      • get_modifiedby_value

        public Optional<UUID> get_modifiedby_value()
      • with_modifiedby_value

        public Tracelog with_modifiedby_value​(UUID _modifiedby_value)
      • withErrordetails

        public Tracelog withErrordetails​(String errordetails)
      • withTracelogid

        public Tracelog withTracelogid​(UUID tracelogid)
      • withTraceactionxml

        public Tracelog withTraceactionxml​(String traceactionxml)
      • get_modifiedonbehalfby_value

        public Optional<UUID> get_modifiedonbehalfby_value()
      • with_modifiedonbehalfby_value

        public Tracelog with_modifiedonbehalfby_value​(UUID _modifiedonbehalfby_value)
      • get_regardingobjectid_value

        public Optional<UUID> get_regardingobjectid_value()
      • with_regardingobjectid_value

        public Tracelog with_regardingobjectid_value​(UUID _regardingobjectid_value)
      • get_regardingobjectownerid_value

        public Optional<UUID> get_regardingobjectownerid_value()
      • with_regardingobjectownerid_value

        public Tracelog with_regardingobjectownerid_value​(UUID _regardingobjectownerid_value)
      • withTracestatus

        public Tracelog withTracestatus​(Boolean tracestatus)
      • get_parenttracelogid_value

        public Optional<UUID> get_parenttracelogid_value()
      • with_parenttracelogid_value

        public Tracelog with_parenttracelogid_value​(UUID _parenttracelogid_value)
      • getRegardingobjectid_mailbox

        public MailboxRequest getRegardingobjectid_mailbox()
      • 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 Tracelog 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 Tracelog 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