Uses of Class
microsoft.dynamics.crm.entity.Workflowlog.Builder
-
Packages that use Workflowlog.Builder Package Description microsoft.dynamics.crm.entity -
-
Uses of Workflowlog.Builder in microsoft.dynamics.crm.entity
Methods in microsoft.dynamics.crm.entity that return Workflowlog.Builder Modifier and Type Method Description Workflowlog.BuilderWorkflowlog.Builder. _asyncoperationid_value(UUID _asyncoperationid_value)Workflowlog.BuilderWorkflowlog.Builder. _childworkflowinstanceid_value(UUID _childworkflowinstanceid_value)Workflowlog.BuilderWorkflowlog.Builder. _createdby_value(UUID _createdby_value)Workflowlog.BuilderWorkflowlog.Builder. _createdonbehalfby_value(UUID _createdonbehalfby_value)Workflowlog.BuilderWorkflowlog.Builder. _modifiedby_value(UUID _modifiedby_value)Workflowlog.BuilderWorkflowlog.Builder. _modifiedonbehalfby_value(UUID _modifiedonbehalfby_value)Workflowlog.BuilderWorkflowlog.Builder. _ownerid_value(UUID _ownerid_value)Workflowlog.BuilderWorkflowlog.Builder. _owningbusinessunit_value(UUID _owningbusinessunit_value)Workflowlog.BuilderWorkflowlog.Builder. _owningteam_value(UUID _owningteam_value)Workflowlog.BuilderWorkflowlog.Builder. _owninguser_value(UUID _owninguser_value)Workflowlog.BuilderWorkflowlog.Builder. _regardingobjectid_value(UUID _regardingobjectid_value)Workflowlog.BuilderWorkflowlog.Builder. activityname(String activityname)static Workflowlog.BuilderWorkflowlog. builderWorkflowlog()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Workflowlog.BuilderWorkflowlog.Builder. completedon(OffsetDateTime completedon)Workflowlog.BuilderWorkflowlog.Builder. createdon(OffsetDateTime createdon)Workflowlog.BuilderWorkflowlog.Builder. description(String description)Workflowlog.BuilderWorkflowlog.Builder. duration(Integer duration)Workflowlog.BuilderWorkflowlog.Builder. errorcode(Integer errorcode)Workflowlog.BuilderWorkflowlog.Builder. errortext(String errortext)Workflowlog.BuilderWorkflowlog.Builder. inputs(byte[] inputs)Workflowlog.BuilderWorkflowlog.Builder. inputs_name(String inputs_name)Workflowlog.BuilderWorkflowlog.Builder. interactionactivityresult(String interactionactivityresult)Workflowlog.BuilderWorkflowlog.Builder. iterationcount(Integer iterationcount)Workflowlog.BuilderWorkflowlog.Builder. message(String message)Workflowlog.BuilderWorkflowlog.Builder. modifiedon(OffsetDateTime modifiedon)Workflowlog.BuilderWorkflowlog.Builder. outputs(byte[] outputs)Workflowlog.BuilderWorkflowlog.Builder. outputs_name(String outputs_name)Workflowlog.BuilderWorkflowlog.Builder. repetitioncount(Integer repetitioncount)Workflowlog.BuilderWorkflowlog.Builder. repetitionid(String repetitionid)Workflowlog.BuilderWorkflowlog.Builder. stagename(String stagename)Workflowlog.BuilderWorkflowlog.Builder. startedon(OffsetDateTime startedon)Workflowlog.BuilderWorkflowlog.Builder. status(Integer status)Workflowlog.BuilderWorkflowlog.Builder. stepname(String stepname)Workflowlog.BuilderWorkflowlog.Builder. workflowlogid(UUID workflowlogid)
-