Package microsoft.dynamics.crm.entity
Class Tracelog
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTracelog.Builder
-
Field Summary
-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTracelog()
-
Method Summary
-
-
-
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
-
createdon
protected OffsetDateTime createdon
-
text
protected String text
-
_regardingobjectowningbusinessunit_value
protected UUID _regardingobjectowningbusinessunit_value
-
level
protected Integer level
-
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
-
modifiedon
protected OffsetDateTime modifiedon
-
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
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
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:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classCrmbaseentity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classCrmbaseentity
-
withTimezoneruleversionnumber
public Tracelog withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Tracelog withCreatedon(OffsetDateTime createdon)
-
get_regardingobjectowningbusinessunit_value
public Optional<UUID> get_regardingobjectowningbusinessunit_value()
-
with_regardingobjectowningbusinessunit_value
public Tracelog with_regardingobjectowningbusinessunit_value(UUID _regardingobjectowningbusinessunit_value)
-
withUtcconversiontimezonecode
public Tracelog withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
-
with_createdonbehalfby_value
public Tracelog with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
getModifiedon
public Optional<OffsetDateTime> getModifiedon()
-
withModifiedon
public Tracelog withModifiedon(OffsetDateTime modifiedon)
-
with_modifiedonbehalfby_value
public Tracelog with_modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)
-
with_regardingobjectid_value
public Tracelog with_regardingobjectid_value(UUID _regardingobjectid_value)
-
with_regardingobjectownerid_value
public Tracelog with_regardingobjectownerid_value(UUID _regardingobjectownerid_value)
-
with_parenttracelogid_value
public Tracelog with_parenttracelogid_value(UUID _parenttracelogid_value)
-
withUnmappedField
public Tracelog withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getRegardingobjectid_mailbox
public MailboxRequest getRegardingobjectid_mailbox()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getModifiedby
public SystemuserRequest getModifiedby()
-
getParenttracelogid
public TracelogRequest getParenttracelogid()
-
getTracelog_parent_tracelog
public TracelogCollectionRequest getTracelog_parent_tracelog()
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getModifiedonbehalfby
public SystemuserRequest getModifiedonbehalfby()
-
getOrganizationid
public OrganizationRequest getOrganizationid()
-
getRegardingobjectid_emailserverprofile
public EmailserverprofileRequest getRegardingobjectid_emailserverprofile()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Tracelog patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.- Overrides:
patchin classCrmbaseentity- Returns:
- a copy of
thiswith 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 ofthiswith changed fields reset (they were ignored anyway).- Overrides:
putin classCrmbaseentity- Returns:
- a copy of
thiswith changed fields reset - Throws:
com.github.davidmoten.odata.client.ClientException- if HTTP response is not as expected
-
toString
public String toString()
- Overrides:
toStringin classCrmbaseentity
-
-