microsoft.dynamics.crm.entity.set.Msdyn_analysiscomponents 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.Msdyn_analysiscomponentCollectionRequest;
public final class Msdyn_analysiscomponents extends Msdyn_analysiscomponentCollectionRequest {
public Msdyn_analysiscomponents(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Asyncoperations msdyn_analysiscomponent_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("msdyn_analysiscomponent_AsyncOperations"));
}
public Bulkdeletefailures msdyn_analysiscomponent_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("msdyn_analysiscomponent_BulkDeleteFailures"));
}
public Duplicaterecords msdyn_analysiscomponent_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_analysiscomponent_DuplicateBaseRecord"));
}
public Duplicaterecords msdyn_analysiscomponent_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_analysiscomponent_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders msdyn_analysiscomponent_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("msdyn_analysiscomponent_MailboxTrackingFolders"));
}
public Msdyn_analysisresults msdyn_analysiscomponent_msdyn_analysisresult() {
return new Msdyn_analysisresults(contextPath.addSegment("msdyn_analysiscomponent_msdyn_analysisresult"));
}
public Principalobjectattributeaccessset msdyn_analysiscomponent_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("msdyn_analysiscomponent_PrincipalObjectAttributeAccesses"));
}
public Processsessions msdyn_analysiscomponent_ProcessSession() {
return new Processsessions(contextPath.addSegment("msdyn_analysiscomponent_ProcessSession"));
}
public Syncerrors msdyn_analysiscomponent_SyncErrors() {
return new Syncerrors(contextPath.addSegment("msdyn_analysiscomponent_SyncErrors"));
}
public Msdyn_analysisjobs msdyn_AnalysisJobId() {
return new Msdyn_analysisjobs(contextPath.addSegment("msdyn_AnalysisJobId"));
}
public Msdyn_solutionhealthrulesets msdyn_SolutionHealthRuleSetId() {
return new Msdyn_solutionhealthrulesets(contextPath.addSegment("msdyn_SolutionHealthRuleSetId"));
}
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"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy