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

microsoft.dynamics.crm.entity.set.Appmodulecomponents 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.AppmodulecomponentCollectionRequest;

public final class Appmodulecomponents extends AppmodulecomponentCollectionRequest {

    public Appmodulecomponents(ContextPath contextPath) {
        super(contextPath);
    }

    public Systemusers appmodulecomponent_createdby() {
        return new Systemusers(contextPath.addSegment("appmodulecomponent_createdby"));
    }

    public Systemusers appmodulecomponent_modifiedby() {
        return new Systemusers(contextPath.addSegment("appmodulecomponent_modifiedby"));
    }

    public Appmodules appmoduleid() {
        return new Appmodules(contextPath.addSegment("appmoduleid"));
    }

    public Systemusers createdonbehalfby() {
        return new Systemusers(contextPath.addSegment("createdonbehalfby"));
    }

    public Systemusers modifiedonbehalfby() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy