microsoft.dynamics.crm.entity.set.Mailboxes 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
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.MailboxCollectionRequest;
public final class Mailboxes extends MailboxCollectionRequest {
public Mailboxes(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Activitypointers activitypointer_sendermailboxid_mailbox() {
return new Activitypointers(contextPath.addSegment("activitypointer_sendermailboxid_mailbox"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Emails email_sendermailboxid_mailbox() {
return new Emails(contextPath.addSegment("email_sendermailboxid_mailbox"));
}
public Emailserverprofiles emailserverprofile() {
return new Emailserverprofiles(contextPath.addSegment("emailserverprofile"));
}
public Annotations mailbox_Annotation() {
return new Annotations(contextPath.addSegment("Mailbox_Annotation"));
}
public Asyncoperations mailbox_asyncoperations() {
return new Asyncoperations(contextPath.addSegment("mailbox_asyncoperations"));
}
public Mailboxtrackingfolders mailbox_MailboxTrackingFolder() {
return new Mailboxtrackingfolders(contextPath.addSegment("Mailbox_MailboxTrackingFolder"));
}
public Processsessions mailbox_processsessions() {
return new Processsessions(contextPath.addSegment("mailbox_processsessions"));
}
public Syncerrors mailbox_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Mailbox_SyncErrors"));
}
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 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 Queues queue_defaultmailbox_mailbox() {
return new Queues(contextPath.addSegment("queue_defaultmailbox_mailbox"));
}
public Systemusers regardingobjectid() {
return new Systemusers(contextPath.addSegment("regardingobjectid"));
}
public Queues regardingobjectid_queue() {
return new Queues(contextPath.addSegment("regardingobjectid_queue"));
}
public Systemusers systemuser_defaultmailbox_mailbox() {
return new Systemusers(contextPath.addSegment("systemuser_defaultmailbox_mailbox"));
}
public Tracelogs tracelog_Mailbox() {
return new Tracelogs(contextPath.addSegment("tracelog_Mailbox"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy