microsoft.dynamics.crm.entity.set.Expiredprocesses 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
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.ExpiredprocessCollectionRequest;
public final class Expiredprocesses extends ExpiredprocessCollectionRequest {
public Expiredprocesses(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
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 Processsessions expiredProcess_ProcessSessions() {
return new Processsessions(contextPath.addSegment("ExpiredProcess_ProcessSessions"));
}
public Syncerrors expiredProcess_SyncErrors() {
return new Syncerrors(contextPath.addSegment("ExpiredProcess_SyncErrors"));
}
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 Workflowlogs workflowlogs_expiredprocess() {
return new Workflowlogs(contextPath.addSegment("workflowlogs_expiredprocess"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy