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

microsoft.dynamics.crm.entity.set.Workflowbinaries 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.WorkflowbinaryCollectionRequest;

public final class Workflowbinaries extends WorkflowbinaryCollectionRequest {

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

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

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

    public Flowsessions flowSessionId() {
        return new Flowsessions(contextPath.addSegment("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 process() {
        return new Workflows(contextPath.addSegment("Process"));
    }

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

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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy