microsoft.dynamics.crm.entity.set.Workflows Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.WorkflowCollectionRequest;
public final class Workflows extends WorkflowCollectionRequest {
public Workflows(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Workflows activeworkflowid() {
return new Workflows(contextPath.addSegment("activeworkflowid"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Asyncoperations lk_asyncoperation_workflowactivationid() {
return new Asyncoperations(contextPath.addSegment("lk_asyncoperation_workflowactivationid"));
}
public Processsessions lk_processsession_processid() {
return new Processsessions(contextPath.addSegment("lk_processsession_processid"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Msdyn_aimodels msdyn_retrainworkflow_msdyn_toaimodel() {
return new Msdyn_aimodels(contextPath.addSegment("msdyn_retrainworkflow_msdyn_toaimodel"));
}
public Msdyn_aimodels msdyn_scheduleinferenceworkflow_msdyn_toaimodel() {
return new Msdyn_aimodels(contextPath.addSegment("msdyn_scheduleinferenceworkflow_msdyn_toaimodel"));
}
public Msdyn_solutionhealthrules msdyn_workflow_msdyn_solutionhealthrule_resolutionaction() {
return new Msdyn_solutionhealthrules(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_resolutionaction"));
}
public Msdyn_solutionhealthrules msdyn_workflow_msdyn_solutionhealthrule_Workflow() {
return new Msdyn_solutionhealthrules(contextPath.addSegment("msdyn_workflow_msdyn_solutionhealthrule_Workflow"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
public Systemusers owninguser() {
return new Systemusers(contextPath.addSegment("owninguser"));
}
public Workflows parentworkflowid() {
return new Workflows(contextPath.addSegment("parentworkflowid"));
}
public Processstages process_processstage() {
return new Processstages(contextPath.addSegment("process_processstage"));
}
public Processtriggers process_processtrigger() {
return new Processtriggers(contextPath.addSegment("process_processtrigger"));
}
public Flowsessions regardingobjectid_process() {
return new Flowsessions(contextPath.addSegment("regardingobjectid_process"));
}
public Slas slabase_workflowid() {
return new Slas(contextPath.addSegment("slabase_workflowid"));
}
public Slaitems slaitembase_workflowid() {
return new Slaitems(contextPath.addSegment("slaitembase_workflowid"));
}
public Workflows workflow_active_workflow() {
return new Workflows(contextPath.addSegment("workflow_active_workflow"));
}
public Annotations workflow_Annotation() {
return new Annotations(contextPath.addSegment("Workflow_Annotation"));
}
public Expiredprocesses workflow_expiredprocess() {
return new Expiredprocesses(contextPath.addSegment("workflow_expiredprocess"));
}
public Newprocesses workflow_newprocess() {
return new Newprocesses(contextPath.addSegment("workflow_newprocess"));
}
public Workflows workflow_parent_workflow() {
return new Workflows(contextPath.addSegment("workflow_parent_workflow"));
}
public Syncerrors workflow_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Workflow_SyncErrors"));
}
public Translationprocesses workflow_translationprocess() {
return new Translationprocesses(contextPath.addSegment("workflow_translationprocess"));
}
public Workflowbinaries workflow_workflowbinary_Process() {
return new Workflowbinaries(contextPath.addSegment("workflow_workflowbinary_Process"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy