microsoft.dynamics.crm.entity.request.GoalrollupqueryRequest 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.request;
import com.fasterxml.jackson.annotation.JsonIgnoreType;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.EntityRequest;
import com.github.davidmoten.odata.client.NameValue;
import microsoft.dynamics.crm.entity.Goalrollupquery;
import microsoft.dynamics.crm.entity.collection.request.AsyncoperationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.DuplicaterecordCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.GoalCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ProcesssessionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SyncerrorCollectionRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;
@JsonIgnoreType
public class GoalrollupqueryRequest extends EntityRequest {
public GoalrollupqueryRequest(ContextPath contextPath) {
super(Goalrollupquery.class, contextPath, SchemaInfo.INSTANCE);
}
public TeamRequest owningteam() {
return new TeamRequest(contextPath.addSegment("owningteam"));
}
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 SystemuserRequest createdby() {
return new SystemuserRequest(contextPath.addSegment("createdby"));
}
public SystemuserRequest createdonbehalfby() {
return new SystemuserRequest(contextPath.addSegment("createdonbehalfby"));
}
public SystemuserRequest modifiedby() {
return new SystemuserRequest(contextPath.addSegment("modifiedby"));
}
public SystemuserRequest modifiedonbehalfby() {
return new SystemuserRequest(contextPath.addSegment("modifiedonbehalfby"));
}
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 PrincipalRequest ownerid() {
return new PrincipalRequest(contextPath.addSegment("ownerid"));
}
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())));
}
public BusinessunitRequest owningbusinessunit() {
return new BusinessunitRequest(contextPath.addSegment("owningbusinessunit"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy