microsoft.dynamics.crm.entity.set.Slakpiinstances 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.SlakpiinstanceCollectionRequest;
public final class Slakpiinstances extends SlakpiinstanceCollectionRequest {
public Slakpiinstances(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 Slaitems msdyn_slaitemid() {
return new Slaitems(contextPath.addSegment("msdyn_slaitemid"));
}
public Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Accounts regarding_account() {
return new Accounts(contextPath.addSegment("regarding_account"));
}
public Activitypointers regarding_activitypointer() {
return new Activitypointers(contextPath.addSegment("regarding_activitypointer"));
}
public Appointments regarding_appointment() {
return new Appointments(contextPath.addSegment("regarding_appointment"));
}
public Contacts regarding_contact() {
return new Contacts(contextPath.addSegment("regarding_contact"));
}
public Emails regarding_email() {
return new Emails(contextPath.addSegment("regarding_email"));
}
public Faxes regarding_fax() {
return new Faxes(contextPath.addSegment("regarding_fax"));
}
public Letters regarding_letter() {
return new Letters(contextPath.addSegment("regarding_letter"));
}
public Phonecalls regarding_phonecall() {
return new Phonecalls(contextPath.addSegment("regarding_phonecall"));
}
public Socialactivities regarding_socialactivity() {
return new Socialactivities(contextPath.addSegment("regarding_socialactivity"));
}
public Tasks regarding_task() {
return new Tasks(contextPath.addSegment("regarding_task"));
}
public Syncerrors sLAKPIInstance_SyncErrors() {
return new Syncerrors(contextPath.addSegment("SLAKPIInstance_SyncErrors"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy