All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.set.Workflowlogs Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import microsoft.dynamics.crm.entity.collection.request.WorkflowlogCollectionRequest;

public final class Workflowlogs extends WorkflowlogCollectionRequest {

    public Workflowlogs(ContextPath contextPath) {
        super(contextPath);
    }

    public Asyncoperations asyncoperationid_asyncoperation() {
        return new Asyncoperations(contextPath.addSegment("asyncoperationid_asyncoperation"));
    }

    public Processsessions asyncoperationid_processsession() {
        return new Processsessions(contextPath.addSegment("asyncoperationid_processsession"));
    }

    public Asyncoperations childworkflowinstanceid_asyncoperation() {
        return new Asyncoperations(contextPath.addSegment("childworkflowinstanceid_asyncoperation"));
    }

    public Processsessions childworkflowinstanceid_processsession() {
        return new Processsessions(contextPath.addSegment("childworkflowinstanceid_processsession"));
    }

    public Systemusers createdby() {
        return new Systemusers(contextPath.addSegment("createdby"));
    }

    public Systemusers createdonbehalfby() {
        return new Systemusers(contextPath.addSegment("createdonbehalfby"));
    }

    public Expiredprocesses expiredProcess_asyncoperationid() {
        return new Expiredprocesses(contextPath.addSegment("ExpiredProcess_asyncoperationid"));
    }

    public Systemusers modifiedby() {
        return new Systemusers(contextPath.addSegment("modifiedby"));
    }

    public Systemusers modifiedonbehalfby() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
    }

    public Newprocesses newProcess_asyncoperationid() {
        return new Newprocesses(contextPath.addSegment("NewProcess_asyncoperationid"));
    }

    public Businessunits owningbusinessunit() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit"));
    }

    public Teams owningteam() {
        return new Teams(contextPath.addSegment("owningteam"));
    }

    public Translationprocesses translationProcess_asyncoperationid() {
        return new Translationprocesses(contextPath.addSegment("TranslationProcess_asyncoperationid"));
    }

    public Fileattachments workflowlog_FileAttachments() {
        return new Fileattachments(contextPath.addSegment("workflowlog_FileAttachments"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy