public class Workflowlog extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Workflowlog.Builder |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Workflowlog() |
protected String stepname
protected String _childworkflowinstanceid_value
protected String _ownerid_value
protected String _modifiedby_value
protected Integer repetitioncount
protected String activityname
protected String _owningbusinessunit_value
protected String interactionactivityresult
protected String _owninguser_value
protected String _createdby_value
protected byte[] outputs
protected byte[] inputs
protected String inputs_name
protected String outputs_name
protected Integer iterationcount
protected OffsetDateTime completedon
protected String workflowlogid
protected String message
protected Integer duration
protected OffsetDateTime createdon
protected String _createdonbehalfby_value
protected Integer status
protected String _modifiedonbehalfby_value
protected String _owningteam_value
protected String description
protected String errortext
protected String _regardingobjectid_value
protected OffsetDateTime modifiedon
protected String stagename
protected OffsetDateTime startedon
protected String _asyncoperationid_value
protected Integer errorcode
protected String repetitionid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Workflowlog.Builder builderWorkflowlog()
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 Workflowlog withStepname(String stepname)
public Workflowlog with_childworkflowinstanceid_value(String _childworkflowinstanceid_value)
public Workflowlog with_ownerid_value(String _ownerid_value)
public Workflowlog with_modifiedby_value(String _modifiedby_value)
public Workflowlog withRepetitioncount(Integer repetitioncount)
public Workflowlog withActivityname(String activityname)
public Workflowlog with_owningbusinessunit_value(String _owningbusinessunit_value)
public Workflowlog withInteractionactivityresult(String interactionactivityresult)
public Workflowlog with_owninguser_value(String _owninguser_value)
public Workflowlog with_createdby_value(String _createdby_value)
public Optional<byte[]> getOutputs()
public Workflowlog withOutputs(byte[] outputs)
public Optional<byte[]> getInputs()
public Workflowlog withInputs(byte[] inputs)
public Workflowlog withInputs_name(String inputs_name)
public Workflowlog withOutputs_name(String outputs_name)
public Workflowlog withIterationcount(Integer iterationcount)
public Optional<OffsetDateTime> getCompletedon()
public Workflowlog withCompletedon(OffsetDateTime completedon)
public Workflowlog withWorkflowlogid(String workflowlogid)
public Workflowlog withMessage(String message)
public Workflowlog withDuration(Integer duration)
public Optional<OffsetDateTime> getCreatedon()
public Workflowlog withCreatedon(OffsetDateTime createdon)
public Workflowlog with_createdonbehalfby_value(String _createdonbehalfby_value)
public Workflowlog withStatus(Integer status)
public Workflowlog with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Workflowlog with_owningteam_value(String _owningteam_value)
public Workflowlog withDescription(String description)
public Workflowlog withErrortext(String errortext)
public Workflowlog with_regardingobjectid_value(String _regardingobjectid_value)
public Optional<OffsetDateTime> getModifiedon()
public Workflowlog withModifiedon(OffsetDateTime modifiedon)
public Workflowlog withStagename(String stagename)
public Optional<OffsetDateTime> getStartedon()
public Workflowlog withStartedon(OffsetDateTime startedon)
public Workflowlog with_asyncoperationid_value(String _asyncoperationid_value)
public Workflowlog withErrorcode(Integer errorcode)
public Workflowlog withRepetitionid(String repetitionid)
public Workflowlog withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic ProcesssessionRequest getAsyncoperationid_processsession()
public ProcesssessionRequest getChildworkflowinstanceid_processsession()
public TeamRequest getOwningteam()
public SystemuserRequest getCreatedonbehalfby()
public AsyncoperationRequest getChildworkflowinstanceid_asyncoperation()
public ExpiredprocessRequest getExpiredProcess_asyncoperationid()
public TranslationprocessRequest getTranslationProcess_asyncoperationid()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getModifiedby()
public BusinessunitRequest getOwningbusinessunit()
public AsyncoperationRequest getAsyncoperationid_asyncoperation()
public NewprocessRequest getNewProcess_asyncoperationid()
public SystemuserRequest getCreatedby()
public FileattachmentCollectionRequest getWorkflowlog_FileAttachments()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Workflowlog 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 Workflowlog 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–2021. All rights reserved.