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

microsoft.dynamics.crm.entity.set.Translationprocesses 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.TranslationprocessCollectionRequest;

public final class Translationprocesses extends TranslationprocessCollectionRequest {

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

    public Processstages activestageid() {
        return new Processstages(contextPath.addSegment("activestageid"));
    }

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

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

    public Knowledgearticles knowledgearticleid() {
        return new Knowledgearticles(contextPath.addSegment("knowledgearticleid"));
    }

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

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

    public Organizations organizationid() {
        return new Organizations(contextPath.addSegment("organizationid"));
    }

    public Workflows processid() {
        return new Workflows(contextPath.addSegment("processid"));
    }

    public Transactioncurrencies transactioncurrencyid() {
        return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
    }

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

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

    public Workflowlogs workflowlogs_translationprocess() {
        return new Workflowlogs(contextPath.addSegment("workflowlogs_translationprocess"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy