microsoft.dynamics.crm.entity.set.Appmodules 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
The newest version!
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import java.util.Optional;
import microsoft.dynamics.crm.entity.collection.request.AppmoduleCollectionRequest;
public final class Appmodules extends AppmoduleCollectionRequest {
public Appmodules(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
public Appconfigs appmodule_appconfig() {
return new Appconfigs(contextPath.addSegment("appmodule_appconfig"));
}
public Appmodulecomponents appmodule_appmodulecomponent() {
return new Appmodulecomponents(contextPath.addSegment("appmodule_appmodulecomponent"));
}
public Systemusers appmodule_createdby() {
return new Systemusers(contextPath.addSegment("appmodule_createdby"));
}
public Systemusers appmodule_createdonbehalfby() {
return new Systemusers(contextPath.addSegment("appmodule_createdonbehalfby"));
}
public Systemusers appmodule_modifiedby() {
return new Systemusers(contextPath.addSegment("appmodule_modifiedby"));
}
public Systemusers appmodule_modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("appmodule_modifiedonbehalfby"));
}
public Roles appmoduleroles_association() {
return new Roles(contextPath.addSegment("appmoduleroles_association"));
}
public Organizations organization_appmodule_appmodule() {
return new Organizations(contextPath.addSegment("organization_appmodule_appmodule"));
}
public Publishers publisher_appmodule_appmodule() {
return new Publishers(contextPath.addSegment("publisher_appmodule_appmodule"));
}
public Serviceplans serviceplan_appmodule_association() {
return new Serviceplans(contextPath.addSegment("serviceplan_appmodule_association"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy