public class Plugintracelog extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Plugintracelog.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
configuration |
protected String |
correlationid |
protected OffsetDateTime |
createdon |
protected Integer |
depth |
protected String |
exceptiondetails |
protected Boolean |
issystemcreated |
protected String |
messageblock |
protected String |
messagename |
protected Integer |
mode |
protected Integer |
operationtype |
protected String |
organizationid |
protected Integer |
performanceconstructorduration |
protected OffsetDateTime |
performanceconstructorstarttime |
protected Integer |
performanceexecutionduration |
protected OffsetDateTime |
performanceexecutionstarttime |
protected String |
persistencekey |
protected String |
pluginstepid |
protected String |
plugintracelogid |
protected String |
primaryentity |
protected String |
profile |
protected String |
requestid |
protected String |
secureconfiguration |
protected String |
typename |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Plugintracelog() |
protected String secureconfiguration
protected String organizationid
protected String _createdby_value
protected Integer performanceexecutionduration
protected String plugintracelogid
protected OffsetDateTime createdon
protected String primaryentity
protected OffsetDateTime performanceconstructorstarttime
protected String persistencekey
protected String _createdonbehalfby_value
protected String pluginstepid
protected Integer mode
protected Integer operationtype
protected String messagename
protected Integer performanceconstructorduration
protected OffsetDateTime performanceexecutionstarttime
protected String configuration
protected String profile
protected Integer depth
protected String typename
protected Boolean issystemcreated
protected String correlationid
protected String requestid
protected String exceptiondetails
protected String messageblock
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Plugintracelog.Builder builderPlugintracelog()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Plugintracelog withSecureconfiguration(String secureconfiguration)
public Plugintracelog withOrganizationid(String organizationid)
public Plugintracelog with_createdby_value(String _createdby_value)
public Plugintracelog withPerformanceexecutionduration(Integer performanceexecutionduration)
public Plugintracelog withPlugintracelogid(String plugintracelogid)
public Optional<OffsetDateTime> getCreatedon()
public Plugintracelog withCreatedon(OffsetDateTime createdon)
public Plugintracelog withPrimaryentity(String primaryentity)
public Optional<OffsetDateTime> getPerformanceconstructorstarttime()
public Plugintracelog withPerformanceconstructorstarttime(OffsetDateTime performanceconstructorstarttime)
public Plugintracelog withPersistencekey(String persistencekey)
public Plugintracelog with_createdonbehalfby_value(String _createdonbehalfby_value)
public Plugintracelog withPluginstepid(String pluginstepid)
public Plugintracelog withMode(Integer mode)
public Plugintracelog withOperationtype(Integer operationtype)
public Plugintracelog withMessagename(String messagename)
public Plugintracelog withPerformanceconstructorduration(Integer performanceconstructorduration)
public Optional<OffsetDateTime> getPerformanceexecutionstarttime()
public Plugintracelog withPerformanceexecutionstarttime(OffsetDateTime performanceexecutionstarttime)
public Plugintracelog withConfiguration(String configuration)
public Plugintracelog withProfile(String profile)
public Plugintracelog withDepth(Integer depth)
public Plugintracelog withTypename(String typename)
public Plugintracelog withIssystemcreated(Boolean issystemcreated)
public Plugintracelog withCorrelationid(String correlationid)
public Plugintracelog withRequestid(String requestid)
public Plugintracelog withExceptiondetails(String exceptiondetails)
public Plugintracelog withMessageblock(String messageblock)
public Plugintracelog withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getCreatedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Plugintracelog patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Plugintracelog put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.