microsoft.dynamics.crm.entity.set.Systemforms 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.SystemformCollectionRequest;
public final class Systemforms extends SystemformCollectionRequest {
public Systemforms(ContextPath contextPath) {
super(contextPath);
}
public Systemforms ancestorformid() {
return new Systemforms(contextPath.addSegment("ancestorformid"));
}
public Systemforms form_ancestor_form() {
return new Systemforms(contextPath.addSegment("form_ancestor_form"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Processtriggers processtrigger_systemform() {
return new Processtriggers(contextPath.addSegment("processtrigger_systemform"));
}
public Asyncoperations systemForm_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("SystemForm_AsyncOperations"));
}
public Bulkdeletefailures systemForm_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("SystemForm_BulkDeleteFailures"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy