Package microsoft.dynamics.crm.entity
Class Plugintracelog
- java.lang.Object
-
- microsoft.dynamics.crm.entity.Crmbaseentity
-
- microsoft.dynamics.crm.entity.Plugintracelog
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class Plugintracelog extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPlugintracelog.Builder
-
Field Summary
Fields Modifier and Type Field Description protected UUID_createdby_valueprotected UUID_createdonbehalfby_valueprotected Stringconfigurationprotected UUIDcorrelationidprotected OffsetDateTimecreatedonprotected Integerdepthprotected Stringexceptiondetailsprotected Booleanissystemcreatedprotected Stringmessageblockprotected Stringmessagenameprotected Integermodeprotected Integeroperationtypeprotected UUIDorganizationidprotected Integerperformanceconstructordurationprotected OffsetDateTimeperformanceconstructorstarttimeprotected Integerperformanceexecutiondurationprotected OffsetDateTimeperformanceexecutionstarttimeprotected UUIDpersistencekeyprotected UUIDpluginstepidprotected UUIDplugintracelogidprotected Stringprimaryentityprotected Stringprofileprotected UUIDrequestidprotected Stringsecureconfigurationprotected Stringtypename-
Fields inherited from class microsoft.dynamics.crm.entity.Crmbaseentity
changedFields, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedPlugintracelog()
-
Method Summary
-
-
-
Field Detail
-
secureconfiguration
protected String secureconfiguration
-
organizationid
protected UUID organizationid
-
_createdby_value
protected UUID _createdby_value
-
performanceexecutionduration
protected Integer performanceexecutionduration
-
plugintracelogid
protected UUID plugintracelogid
-
createdon
protected OffsetDateTime createdon
-
primaryentity
protected String primaryentity
-
performanceconstructorstarttime
protected OffsetDateTime performanceconstructorstarttime
-
persistencekey
protected UUID persistencekey
-
_createdonbehalfby_value
protected UUID _createdonbehalfby_value
-
pluginstepid
protected UUID pluginstepid
-
mode
protected Integer mode
-
operationtype
protected Integer operationtype
-
messagename
protected String messagename
-
performanceconstructorduration
protected Integer performanceconstructorduration
-
performanceexecutionstarttime
protected OffsetDateTime performanceexecutionstarttime
-
configuration
protected String configuration
-
profile
protected String profile
-
depth
protected Integer depth
-
typename
protected String typename
-
issystemcreated
protected Boolean issystemcreated
-
correlationid
protected UUID correlationid
-
requestid
protected UUID requestid
-
exceptiondetails
protected String exceptiondetails
-
messageblock
protected String messageblock
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classCrmbaseentity
-
builderPlugintracelog
public static Plugintracelog.Builder builderPlugintracelog()
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
-
withSecureconfiguration
public Plugintracelog withSecureconfiguration(String secureconfiguration)
-
withOrganizationid
public Plugintracelog withOrganizationid(UUID organizationid)
-
with_createdby_value
public Plugintracelog with_createdby_value(UUID _createdby_value)
-
withPerformanceexecutionduration
public Plugintracelog withPerformanceexecutionduration(Integer performanceexecutionduration)
-
withPlugintracelogid
public Plugintracelog withPlugintracelogid(UUID plugintracelogid)
-
getCreatedon
public Optional<OffsetDateTime> getCreatedon()
-
withCreatedon
public Plugintracelog withCreatedon(OffsetDateTime createdon)
-
withPrimaryentity
public Plugintracelog withPrimaryentity(String primaryentity)
-
getPerformanceconstructorstarttime
public Optional<OffsetDateTime> getPerformanceconstructorstarttime()
-
withPerformanceconstructorstarttime
public Plugintracelog withPerformanceconstructorstarttime(OffsetDateTime performanceconstructorstarttime)
-
withPersistencekey
public Plugintracelog withPersistencekey(UUID persistencekey)
-
with_createdonbehalfby_value
public Plugintracelog with_createdonbehalfby_value(UUID _createdonbehalfby_value)
-
withPluginstepid
public Plugintracelog withPluginstepid(UUID pluginstepid)
-
withMode
public Plugintracelog withMode(Integer mode)
-
withOperationtype
public Plugintracelog withOperationtype(Integer operationtype)
-
withMessagename
public Plugintracelog withMessagename(String messagename)
-
withPerformanceconstructorduration
public Plugintracelog withPerformanceconstructorduration(Integer performanceconstructorduration)
-
getPerformanceexecutionstarttime
public Optional<OffsetDateTime> getPerformanceexecutionstarttime()
-
withPerformanceexecutionstarttime
public Plugintracelog withPerformanceexecutionstarttime(OffsetDateTime performanceexecutionstarttime)
-
withConfiguration
public Plugintracelog withConfiguration(String configuration)
-
withProfile
public Plugintracelog withProfile(String profile)
-
withDepth
public Plugintracelog withDepth(Integer depth)
-
withTypename
public Plugintracelog withTypename(String typename)
-
withIssystemcreated
public Plugintracelog withIssystemcreated(Boolean issystemcreated)
-
withCorrelationid
public Plugintracelog withCorrelationid(UUID correlationid)
-
withRequestid
public Plugintracelog withRequestid(UUID requestid)
-
withExceptiondetails
public Plugintracelog withExceptiondetails(String exceptiondetails)
-
withMessageblock
public Plugintracelog withMessageblock(String messageblock)
-
withUnmappedField
public Plugintracelog withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classCrmbaseentity
-
getCreatedonbehalfby
public SystemuserRequest getCreatedonbehalfby()
-
getCreatedby
public SystemuserRequest getCreatedby()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classCrmbaseentity
-
patch
public Plugintracelog 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 Plugintracelog 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
-
-