microsoft.dynamics.crm.entity.set.Emails 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.EmailCollectionRequest;
public final class Emails extends EmailCollectionRequest {
public Emails(ContextPath contextPath) {
super(contextPath);
}
public Activitypointers activityid_activitypointer() {
return new Activitypointers(contextPath.addSegment("activityid_activitypointer"));
}
public Systemusers createdby_email() {
return new Systemusers(contextPath.addSegment("createdby_email"));
}
public Systemusers createdonbehalfby_email() {
return new Systemusers(contextPath.addSegment("createdonbehalfby_email"));
}
public Actioncards email_actioncard() {
return new Actioncards(contextPath.addSegment("email_actioncard"));
}
public Activitymimeattachments email_activity_mime_attachment() {
return new Activitymimeattachments(contextPath.addSegment("email_activity_mime_attachment"));
}
public Activityparties email_activity_parties() {
return new Activityparties(contextPath.addSegment("email_activity_parties"));
}
public Annotations email_Annotation() {
return new Annotations(contextPath.addSegment("Email_Annotation"));
}
public Asyncoperations email_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Email_AsyncOperations"));
}
public Bulkdeletefailures email_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Email_BulkDeleteFailures"));
}
public Connections email_connections1() {
return new Connections(contextPath.addSegment("email_connections1"));
}
public Connections email_connections2() {
return new Connections(contextPath.addSegment("email_connections2"));
}
public Duplicaterecords email_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("Email_DuplicateBaseRecord"));
}
public Duplicaterecords email_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("Email_DuplicateMatchingRecord"));
}
public Emails email_email_parentactivityid() {
return new Emails(contextPath.addSegment("email_email_parentactivityid"));
}
public Principalobjectattributeaccessset email_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("email_principalobjectattributeaccess"));
}
public Processsessions email_ProcessSessions() {
return new Processsessions(contextPath.addSegment("Email_ProcessSessions"));
}
public Queueitems email_QueueItem() {
return new Queueitems(contextPath.addSegment("Email_QueueItem"));
}
public Syncerrors email_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Email_SyncErrors"));
}
public Accounts emailsender_account() {
return new Accounts(contextPath.addSegment("emailsender_account"));
}
public Contacts emailsender_contact() {
return new Contacts(contextPath.addSegment("emailsender_contact"));
}
public Queues emailsender_queue() {
return new Queues(contextPath.addSegment("emailsender_queue"));
}
public Systemusers emailsender_systemuser() {
return new Systemusers(contextPath.addSegment("emailsender_systemuser"));
}
public Systemusers modifiedby_email() {
return new Systemusers(contextPath.addSegment("modifiedby_email"));
}
public Systemusers modifiedonbehalfby_email() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby_email"));
}
public Owners ownerid_email() {
return new Owners(contextPath.addSegment("ownerid_email"));
}
public Businessunits owningbusinessunit_email() {
return new Businessunits(contextPath.addSegment("owningbusinessunit_email"));
}
public Teams owningteam_email() {
return new Teams(contextPath.addSegment("owningteam_email"));
}
public Systemusers owninguser_email() {
return new Systemusers(contextPath.addSegment("owninguser_email"));
}
public Emails parentactivityid() {
return new Emails(contextPath.addSegment("parentactivityid"));
}
public Accounts regardingobjectid_account_email() {
return new Accounts(contextPath.addSegment("regardingobjectid_account_email"));
}
public Asyncoperations regardingobjectid_asyncoperation() {
return new Asyncoperations(contextPath.addSegment("regardingobjectid_asyncoperation"));
}
public Contacts regardingobjectid_contact_email() {
return new Contacts(contextPath.addSegment("regardingobjectid_contact_email"));
}
public Knowledgearticles regardingobjectid_knowledgearticle_email() {
return new Knowledgearticles(contextPath.addSegment("regardingobjectid_knowledgearticle_email"));
}
public Knowledgebaserecords regardingobjectid_knowledgebaserecord_email() {
return new Knowledgebaserecords(contextPath.addSegment("regardingobjectid_knowledgebaserecord_email"));
}
public Mailboxes sendermailboxid_email() {
return new Mailboxes(contextPath.addSegment("sendermailboxid_email"));
}
public Accounts sendersaccount() {
return new Accounts(contextPath.addSegment("sendersaccount"));
}
public Slas sla_email_sla() {
return new Slas(contextPath.addSegment("sla_email_sla"));
}
public Slas slainvokedid_email_sla() {
return new Slas(contextPath.addSegment("slainvokedid_email_sla"));
}
public Slakpiinstances slakpiinstance_email() {
return new Slakpiinstances(contextPath.addSegment("slakpiinstance_email"));
}
public Processstages stageid_processstage() {
return new Processstages(contextPath.addSegment("stageid_processstage"));
}
public Templates templateid() {
return new Templates(contextPath.addSegment("templateid"));
}
public Transactioncurrencies transactioncurrencyid_email() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid_email"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy