microsoft.dynamics.crm.entity.set.Templates 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.TemplateCollectionRequest;
public final class Templates extends TemplateCollectionRequest {
public Templates(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Emails email_EmailTemplate() {
return new Emails(contextPath.addSegment("Email_EmailTemplate"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
public Businessunits owningbusinessunit() {
return new Businessunits(contextPath.addSegment("owningbusinessunit"));
}
public Teams owningteam() {
return new Teams(contextPath.addSegment("owningteam"));
}
public Systemusers owninguser() {
return new Systemusers(contextPath.addSegment("owninguser"));
}
public Activitymimeattachments template_activity_mime_attachments() {
return new Activitymimeattachments(contextPath.addSegment("template_activity_mime_attachments"));
}
public Asyncoperations template_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Template_AsyncOperations"));
}
public Bulkdeletefailures template_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Template_BulkDeleteFailures"));
}
public Organizations template_Organization() {
return new Organizations(contextPath.addSegment("Template_Organization"));
}
public Processsessions template_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Template_ProcessSessions"));
}
public Syncerrors template_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Template_SyncErrors"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy