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

microsoft.dynamics.crm.entity.set.Flowsessions 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.FlowsessionCollectionRequest;

public final class Flowsessions extends FlowsessionCollectionRequest {

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

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

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

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

    public Bulkdeletefailures flowsession_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("flowsession_BulkDeleteFailures"));
    }

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

    public Mailboxtrackingfolders flowsession_MailboxTrackingFolders() {
        return new Mailboxtrackingfolders(contextPath.addSegment("flowsession_MailboxTrackingFolders"));
    }

    public Principalobjectattributeaccessset flowsession_PrincipalObjectAttributeAccesses() {
        return new Principalobjectattributeaccessset(contextPath.addSegment("flowsession_PrincipalObjectAttributeAccesses"));
    }

    public Syncerrors flowsession_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("flowsession_SyncErrors"));
    }

    public Workflowbinaries flowsession_workflowbinary_FlowSessionId() {
        return new Workflowbinaries(contextPath.addSegment("flowsession_workflowbinary_FlowSessionId"));
    }

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

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

    public Owners ownerid() {
        return new Owners(contextPath.addSegment("ownerid"));
    }

    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 regardingobjectid_process() {
        return new Workflows(contextPath.addSegment("regardingobjectid_process"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy