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

microsoft.dynamics.crm.entity.set.Navigationsettings 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.NavigationsettingCollectionRequest;

public final class Navigationsettings extends NavigationsettingCollectionRequest {

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

    public Appconfigs navigationsetting_appconfig() {
        return new Appconfigs(contextPath.addSegment("navigationsetting_appconfig"));
    }

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy