All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.set.Systemforms Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
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