microsoft.dynamics.crm.entity.set.Newprocesses 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
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import microsoft.dynamics.crm.entity.collection.request.NewprocessCollectionRequest;
public final class Newprocesses extends NewprocessCollectionRequest {
public Newprocesses(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 Processsessions newProcess_ProcessSessions() {
return new Processsessions(contextPath.addSegment("NewProcess_ProcessSessions"));
}
public Syncerrors newProcess_SyncErrors() {
return new Syncerrors(contextPath.addSegment("NewProcess_SyncErrors"));
}
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 Workflowlogs workflowlogs_newprocess() {
return new Workflowlogs(contextPath.addSegment("workflowlogs_newprocess"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy