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