microsoft.dynamics.crm.entity.set.Queueitems 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.QueueitemCollectionRequest;
public final class Queueitems extends QueueitemCollectionRequest {
public Queueitems(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 Activitypointers objectid_activitypointer() {
return new Activitypointers(contextPath.addSegment("objectid_activitypointer"));
}
public Appointments objectid_appointment() {
return new Appointments(contextPath.addSegment("objectid_appointment"));
}
public Emails objectid_email() {
return new Emails(contextPath.addSegment("objectid_email"));
}
public Faxes objectid_fax() {
return new Faxes(contextPath.addSegment("objectid_fax"));
}
public Knowledgearticles objectid_knowledgearticle() {
return new Knowledgearticles(contextPath.addSegment("objectid_knowledgearticle"));
}
public Letters objectid_letter() {
return new Letters(contextPath.addSegment("objectid_letter"));
}
public Msdyn_knowledgearticletemplates objectid_msdyn_knowledgearticletemplate() {
return new Msdyn_knowledgearticletemplates(contextPath.addSegment("objectid_msdyn_knowledgearticletemplate"));
}
public Phonecalls objectid_phonecall() {
return new Phonecalls(contextPath.addSegment("objectid_phonecall"));
}
public Recurringappointmentmasters objectid_recurringappointmentmaster() {
return new Recurringappointmentmasters(contextPath.addSegment("objectid_recurringappointmentmaster"));
}
public Socialactivities objectid_socialactivity() {
return new Socialactivities(contextPath.addSegment("objectid_socialactivity"));
}
public Tasks objectid_task() {
return new Tasks(contextPath.addSegment("objectid_task"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Queues queueid() {
return new Queues(contextPath.addSegment("queueid"));
}
public Asyncoperations queueItem_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("QueueItem_AsyncOperations"));
}
public Bulkdeletefailures queueItem_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("QueueItem_BulkDeleteFailures"));
}
public Principalobjectattributeaccessset queueitem_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("queueitem_principalobjectattributeaccess"));
}
public Processsessions queueItem_ProcessSessions() {
return new Processsessions(contextPath.addSegment("QueueItem_ProcessSessions"));
}
public Syncerrors queueItem_SyncErrors() {
return new Syncerrors(contextPath.addSegment("QueueItem_SyncErrors"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
public Systemusers workerid_systemuser() {
return new Systemusers(contextPath.addSegment("workerid_systemuser"));
}
public Teams workerid_team() {
return new Teams(contextPath.addSegment("workerid_team"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy