microsoft.dynamics.crm.entity.set.Goalrollupqueries 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.GoalrollupqueryCollectionRequest;
public final class Goalrollupqueries extends GoalrollupqueryCollectionRequest {
public Goalrollupqueries(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Goals goal_rollupquery_actualdecimal() {
return new Goals(contextPath.addSegment("goal_rollupquery_actualdecimal"));
}
public Goals goal_rollupquery_actualmoney() {
return new Goals(contextPath.addSegment("goal_rollupquery_actualmoney"));
}
public Goals goal_rollupquery_customdecimal() {
return new Goals(contextPath.addSegment("goal_rollupquery_customdecimal"));
}
public Goals goal_rollupquery_customint() {
return new Goals(contextPath.addSegment("goal_rollupquery_customint"));
}
public Goals goal_rollupquery_custommoney() {
return new Goals(contextPath.addSegment("goal_rollupquery_custommoney"));
}
public Goals goal_rollupquery_inprogressdecimal() {
return new Goals(contextPath.addSegment("goal_rollupquery_inprogressdecimal"));
}
public Goals goal_rollupquery_inprogressint() {
return new Goals(contextPath.addSegment("goal_rollupquery_inprogressint"));
}
public Goals goal_rollupquery_inprogressmoney() {
return new Goals(contextPath.addSegment("goal_rollupquery_inprogressmoney"));
}
public Goals goalrollupquery_actualint() {
return new Goals(contextPath.addSegment("goalrollupquery_actualint"));
}
public Asyncoperations goalrollupquery_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("goalrollupquery_AsyncOperations"));
}
public Duplicaterecords goalRollupQuery_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("GoalRollupQuery_DuplicateBaseRecord"));
}
public Duplicaterecords goalRollupQuery_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("GoalRollupQuery_DuplicateMatchingRecord"));
}
public Processsessions goalrollupquery_ProcessSessions() {
return new Processsessions(contextPath.addSegment("goalrollupquery_ProcessSessions"));
}
public Syncerrors goalRollupQuery_SyncErrors() {
return new Syncerrors(contextPath.addSegment("GoalRollupQuery_SyncErrors"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy