microsoft.dynamics.crm.entity.set.Subjects 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.SubjectCollectionRequest;
public final class Subjects extends SubjectCollectionRequest {
public Subjects(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 Msdyn_knowledgearticletemplates msdyn_subject_knowledgearticletemplate_subjectid() {
return new Msdyn_knowledgearticletemplates(contextPath.addSegment("msdyn_subject_knowledgearticletemplate_subjectid"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Subjects parentsubject() {
return new Subjects(contextPath.addSegment("parentsubject"));
}
public Asyncoperations subject_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Subject_AsyncOperations"));
}
public Bulkdeletefailures subject_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Subject_BulkDeleteFailures"));
}
public Kbarticles subject_kb_articles() {
return new Kbarticles(contextPath.addSegment("subject_kb_articles"));
}
public Knowledgearticles subject_knowledgearticles() {
return new Knowledgearticles(contextPath.addSegment("subject_knowledgearticles"));
}
public Subjects subject_parent_subject() {
return new Subjects(contextPath.addSegment("subject_parent_subject"));
}
public Processsessions subject_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Subject_ProcessSessions"));
}
public Syncerrors subject_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Subject_SyncErrors"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy