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

microsoft.dynamics.crm.entity.set.Appconfigmasters 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.AppconfigmasterCollectionRequest;

public final class Appconfigmasters extends AppconfigmasterCollectionRequest {

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

    public Appconfiginstances appconfigmaster_appconfiginstance() {
        return new Appconfiginstances(contextPath.addSegment("appconfigmaster_appconfiginstance"));
    }

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

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

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

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

    public Organizations organization_appconfigmaster_appconfigmaster() {
        return new Organizations(contextPath.addSegment("organization_appconfigmaster_appconfigmaster"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy