microsoft.dynamics.crm.entity.set.Postregardings 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.PostregardingCollectionRequest;
public final class Postregardings extends PostregardingCollectionRequest {
public Postregardings(ContextPath contextPath) {
super(contextPath);
}
public Posts post_PostRegardings() {
return new Posts(contextPath.addSegment("post_PostRegardings"));
}
public Accounts regardingobjectid_account() {
return new Accounts(contextPath.addSegment("regardingobjectid_account"));
}
public Appointments regardingobjectid_appointment() {
return new Appointments(contextPath.addSegment("regardingobjectid_appointment"));
}
public Contacts regardingobjectid_contact() {
return new Contacts(contextPath.addSegment("regardingobjectid_contact"));
}
public Knowledgearticles regardingobjectid_knowledgearticle() {
return new Knowledgearticles(contextPath.addSegment("regardingobjectid_knowledgearticle"));
}
public Phonecalls regardingobjectid_phonecall() {
return new Phonecalls(contextPath.addSegment("regardingobjectid_phonecall"));
}
public Processsessions regardingobjectid_processsession() {
return new Processsessions(contextPath.addSegment("regardingobjectid_processsession"));
}
public Queues regardingobjectid_queue() {
return new Queues(contextPath.addSegment("regardingobjectid_queue"));
}
public Recurringappointmentmasters regardingobjectid_recurringappointmentmaster() {
return new Recurringappointmentmasters(contextPath.addSegment("regardingobjectid_recurringappointmentmaster"));
}
public Systemusers regardingobjectid_systemuser() {
return new Systemusers(contextPath.addSegment("regardingobjectid_systemuser"));
}
public Tasks regardingobjectid_task() {
return new Tasks(contextPath.addSegment("regardingobjectid_task"));
}
public Teams regardingobjectid_team() {
return new Teams(contextPath.addSegment("regardingobjectid_team"));
}
public Businessunits regardingobjectowningbusinessunit() {
return new Businessunits(contextPath.addSegment("regardingobjectowningbusinessunit"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy