microsoft.dynamics.crm.entity.set.Emailserverprofiles 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.EmailserverprofileCollectionRequest;
public final class Emailserverprofiles extends EmailserverprofileCollectionRequest {
public Emailserverprofiles(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Annotations emailServerProfile_Annotation() {
return new Annotations(contextPath.addSegment("EmailServerProfile_Annotation"));
}
public Asyncoperations emailserverprofile_asyncoperations() {
return new Asyncoperations(contextPath.addSegment("emailserverprofile_asyncoperations"));
}
public Bulkdeletefailures emailserverprofile_bulkdeletefailures() {
return new Bulkdeletefailures(contextPath.addSegment("emailserverprofile_bulkdeletefailures"));
}
public Duplicaterecords emailserverprofile_duplicatebaserecord() {
return new Duplicaterecords(contextPath.addSegment("emailserverprofile_duplicatebaserecord"));
}
public Duplicaterecords emailserverprofile_duplicatematchingrecord() {
return new Duplicaterecords(contextPath.addSegment("emailserverprofile_duplicatematchingrecord"));
}
public Mailboxes emailserverprofile_mailbox() {
return new Mailboxes(contextPath.addSegment("emailserverprofile_mailbox"));
}
public Organizations emailServerProfile_Organization() {
return new Organizations(contextPath.addSegment("EmailServerProfile_Organization"));
}
public Syncerrors emailServerProfile_SyncErrors() {
return new Syncerrors(contextPath.addSegment("EmailServerProfile_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 Tracelogs tracelog_EmailServerProfile() {
return new Tracelogs(contextPath.addSegment("tracelog_EmailServerProfile"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy