microsoft.dynamics.crm.entity.set.Territories 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.TerritoryCollectionRequest;
public final class Territories extends TerritoryCollectionRequest {
public Territories(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Systemusers managerid() {
return new Systemusers(contextPath.addSegment("managerid"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Territories parentterritoryid() {
return new Territories(contextPath.addSegment("parentterritoryid"));
}
public Asyncoperations territory_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Territory_AsyncOperations"));
}
public Bulkdeletefailures territory_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Territory_BulkDeleteFailures"));
}
public Connections territory_connections1() {
return new Connections(contextPath.addSegment("territory_connections1"));
}
public Connections territory_connections2() {
return new Connections(contextPath.addSegment("territory_connections2"));
}
public Mailboxtrackingfolders territory_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("territory_MailboxTrackingFolders"));
}
public Territories territory_parent_territory() {
return new Territories(contextPath.addSegment("territory_parent_territory"));
}
public Principalobjectattributeaccessset territory_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("territory_principalobjectattributeaccess"));
}
public Processsessions territory_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Territory_ProcessSessions"));
}
public Syncerrors territory_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Territory_SyncErrors"));
}
public Systemusers territory_system_users() {
return new Systemusers(contextPath.addSegment("territory_system_users"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy