microsoft.dynamics.crm.entity.collection.request.GoalrollupqueryCollectionRequest 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.collection.request;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import microsoft.dynamics.crm.entity.Goalrollupquery;
import microsoft.dynamics.crm.entity.request.AsyncoperationRequest;
import microsoft.dynamics.crm.entity.request.DuplicaterecordRequest;
import microsoft.dynamics.crm.entity.request.GoalRequest;
import microsoft.dynamics.crm.entity.request.GoalrollupqueryRequest;
import microsoft.dynamics.crm.entity.request.ProcesssessionRequest;
import microsoft.dynamics.crm.entity.request.SyncerrorRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;
public class GoalrollupqueryCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public GoalrollupqueryCollectionRequest(ContextPath contextPath) {
super(contextPath, Goalrollupquery.class, cp -> new GoalrollupqueryRequest(cp), SchemaInfo.INSTANCE);
this.contextPath = contextPath;
}
public GoalCollectionRequest goalrollupquery_actualint() {
return new GoalCollectionRequest(contextPath.addSegment("goalrollupquery_actualint"));
}
public GoalRequest goalrollupquery_actualint(String goalid) {
return new GoalRequest(contextPath.addSegment("goalrollupquery_actualint").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_actualmoney() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_actualmoney"));
}
public GoalRequest goal_rollupquery_actualmoney(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_actualmoney").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_actualdecimal() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_actualdecimal"));
}
public GoalRequest goal_rollupquery_actualdecimal(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_actualdecimal").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_customint() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_customint"));
}
public GoalRequest goal_rollupquery_customint(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_customint").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_custommoney() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_custommoney"));
}
public GoalRequest goal_rollupquery_custommoney(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_custommoney").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_customdecimal() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_customdecimal"));
}
public GoalRequest goal_rollupquery_customdecimal(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_customdecimal").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_inprogressint() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_inprogressint"));
}
public GoalRequest goal_rollupquery_inprogressint(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_inprogressint").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_inprogressmoney() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_inprogressmoney"));
}
public GoalRequest goal_rollupquery_inprogressmoney(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_inprogressmoney").addKeys(new NameValue(goalid.toString())));
}
public GoalCollectionRequest goal_rollupquery_inprogressdecimal() {
return new GoalCollectionRequest(contextPath.addSegment("goal_rollupquery_inprogressdecimal"));
}
public GoalRequest goal_rollupquery_inprogressdecimal(String goalid) {
return new GoalRequest(contextPath.addSegment("goal_rollupquery_inprogressdecimal").addKeys(new NameValue(goalid.toString())));
}
public DuplicaterecordCollectionRequest goalRollupQuery_DuplicateBaseRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("GoalRollupQuery_DuplicateBaseRecord"));
}
public DuplicaterecordRequest goalRollupQuery_DuplicateBaseRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("GoalRollupQuery_DuplicateBaseRecord").addKeys(new NameValue(duplicateid.toString())));
}
public AsyncoperationCollectionRequest goalrollupquery_AsyncOperations() {
return new AsyncoperationCollectionRequest(contextPath.addSegment("goalrollupquery_AsyncOperations"));
}
public AsyncoperationRequest goalrollupquery_AsyncOperations(String asyncoperationid) {
return new AsyncoperationRequest(contextPath.addSegment("goalrollupquery_AsyncOperations").addKeys(new NameValue(asyncoperationid.toString())));
}
public DuplicaterecordCollectionRequest goalRollupQuery_DuplicateMatchingRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("GoalRollupQuery_DuplicateMatchingRecord"));
}
public DuplicaterecordRequest goalRollupQuery_DuplicateMatchingRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("GoalRollupQuery_DuplicateMatchingRecord").addKeys(new NameValue(duplicateid.toString())));
}
public ProcesssessionCollectionRequest goalrollupquery_ProcessSessions() {
return new ProcesssessionCollectionRequest(contextPath.addSegment("goalrollupquery_ProcessSessions"));
}
public ProcesssessionRequest goalrollupquery_ProcessSessions(String processsessionid) {
return new ProcesssessionRequest(contextPath.addSegment("goalrollupquery_ProcessSessions").addKeys(new NameValue(processsessionid.toString())));
}
public SyncerrorCollectionRequest goalRollupQuery_SyncErrors() {
return new SyncerrorCollectionRequest(contextPath.addSegment("GoalRollupQuery_SyncErrors"));
}
public SyncerrorRequest goalRollupQuery_SyncErrors(String syncerrorid) {
return new SyncerrorRequest(contextPath.addSegment("GoalRollupQuery_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy