microsoft.dynamics.crm.entity.set.Activitymimeattachments 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.ActivitymimeattachmentCollectionRequest;
public final class Activitymimeattachments extends ActivitymimeattachmentCollectionRequest {
public Activitymimeattachments(ContextPath contextPath) {
super(contextPath);
}
public Asyncoperations activityMimeAttachment_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("ActivityMimeAttachment_AsyncOperations"));
}
public Bulkdeletefailures activityMimeAttachment_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("ActivityMimeAttachment_BulkDeleteFailures"));
}
public Syncerrors activityMimeAttachment_SyncErrors() {
return new Syncerrors(contextPath.addSegment("ActivityMimeAttachment_SyncErrors"));
}
public Attachments attachmentid() {
return new Attachments(contextPath.addSegment("attachmentid"));
}
public Activitypointers objectid_activitypointer() {
return new Activitypointers(contextPath.addSegment("objectid_activitypointer"));
}
public Appointments objectid_appointment() {
return new Appointments(contextPath.addSegment("objectid_appointment"));
}
public Emails objectid_email() {
return new Emails(contextPath.addSegment("objectid_email"));
}
public Templates objectid_template() {
return new Templates(contextPath.addSegment("objectid_template"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy