microsoft.dynamics.crm.entity.set.Solutions 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.SolutionCollectionRequest;
public final class Solutions extends SolutionCollectionRequest {
public Solutions(ContextPath contextPath) {
super(contextPath);
}
public Webresourceset configurationpageid() {
return new Webresourceset(contextPath.addSegment("configurationpageid"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Fileattachments fileid() {
return new Fileattachments(contextPath.addSegment("fileid"));
}
public Canvasapps fK_CanvasApp_Solution() {
return new Canvasapps(contextPath.addSegment("FK_CanvasApp_Solution"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Solutions parentsolutionid() {
return new Solutions(contextPath.addSegment("parentsolutionid"));
}
public Publishers publisherid() {
return new Publishers(contextPath.addSegment("publisherid"));
}
public Fileattachments regardingobjectid_fileattachment_solution() {
return new Fileattachments(contextPath.addSegment("regardingobjectid_fileattachment_solution"));
}
public Fieldpermissions solution_fieldpermission() {
return new Fieldpermissions(contextPath.addSegment("solution_fieldpermission"));
}
public Fieldsecurityprofiles solution_fieldsecurityprofile() {
return new Fieldsecurityprofiles(contextPath.addSegment("solution_fieldsecurityprofile"));
}
public Solutions solution_parent_solution() {
return new Solutions(contextPath.addSegment("solution_parent_solution"));
}
public Privileges solution_privilege() {
return new Privileges(contextPath.addSegment("solution_privilege"));
}
public Roles solution_role() {
return new Roles(contextPath.addSegment("solution_role"));
}
public Solutioncomponents solution_solutioncomponent() {
return new Solutioncomponents(contextPath.addSegment("solution_solutioncomponent"));
}
public Syncerrors solution_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Solution_SyncErrors"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy