microsoft.dynamics.crm.entity.set.Goals 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.GoalCollectionRequest;
public final class Goals extends GoalCollectionRequest {
public Goals(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Annotations goal_Annotation() {
return new Annotations(contextPath.addSegment("Goal_Annotation"));
}
public Asyncoperations goal_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Goal_AsyncOperations"));
}
public Connections goal_connections1() {
return new Connections(contextPath.addSegment("goal_connections1"));
}
public Connections goal_connections2() {
return new Connections(contextPath.addSegment("goal_connections2"));
}
public Duplicaterecords goal_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("Goal_DuplicateBaseRecord"));
}
public Duplicaterecords goal_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("Goal_DuplicateMatchingRecord"));
}
public Goals goal_parent_goal() {
return new Goals(contextPath.addSegment("goal_parent_goal"));
}
public Principalobjectattributeaccessset goal_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("goal_principalobjectattributeaccess"));
}
public Processsessions goal_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Goal_ProcessSessions"));
}
public Goals goal_RollupError_Goal() {
return new Goals(contextPath.addSegment("Goal_RollupError_Goal"));
}
public Syncerrors goal_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Goal_SyncErrors"));
}
public Systemusers goalownerid_systemuser() {
return new Systemusers(contextPath.addSegment("goalownerid_systemuser"));
}
public Teams goalownerid_team() {
return new Teams(contextPath.addSegment("goalownerid_team"));
}
public Goals goalwitherrorid() {
return new Goals(contextPath.addSegment("goalwitherrorid"));
}
public Metrics metricid() {
return new Metrics(contextPath.addSegment("metricid"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
public Systemusers owninguser() {
return new Systemusers(contextPath.addSegment("owninguser"));
}
public Goals parentgoalid() {
return new Goals(contextPath.addSegment("parentgoalid"));
}
public Goalrollupqueries rollupqueryactualdecimalid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryactualdecimalid"));
}
public Goalrollupqueries rollupqueryactualintegerid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryactualintegerid"));
}
public Goalrollupqueries rollupqueryactualmoneyid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryactualmoneyid"));
}
public Goalrollupqueries rollupquerycustomdecimalid() {
return new Goalrollupqueries(contextPath.addSegment("rollupquerycustomdecimalid"));
}
public Goalrollupqueries rollupquerycustomintegerid() {
return new Goalrollupqueries(contextPath.addSegment("rollupquerycustomintegerid"));
}
public Goalrollupqueries rollupquerycustommoneyid() {
return new Goalrollupqueries(contextPath.addSegment("rollupquerycustommoneyid"));
}
public Goalrollupqueries rollupqueryinprogressdecimalid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryinprogressdecimalid"));
}
public Goalrollupqueries rollupqueryinprogressintegerid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryinprogressintegerid"));
}
public Goalrollupqueries rollupqueryinprogressmoneyid() {
return new Goalrollupqueries(contextPath.addSegment("rollupqueryinprogressmoneyid"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy