microsoft.dynamics.crm.entity.set.Roles 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.RoleCollectionRequest;
public final class Roles extends RoleCollectionRequest {
public Roles(ContextPath contextPath) {
super(contextPath);
}
public Applicationusers applicationuserrole() {
return new Applicationusers(contextPath.addSegment("applicationuserrole"));
}
public Appmodules appmoduleroles_association() {
return new Appmodules(contextPath.addSegment("appmoduleroles_association"));
}
public Businessunits businessunitid() {
return new Businessunits(contextPath.addSegment("businessunitid"));
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Systemusers modifiedby() {
return new Systemusers(contextPath.addSegment("modifiedby"));
}
public Systemusers modifiedonbehalfby() {
return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
}
public Organizations organizationid_organization() {
return new Organizations(contextPath.addSegment("organizationid_organization"));
}
public Roles parentroleid() {
return new Roles(contextPath.addSegment("parentroleid"));
}
public Roles parentrootroleid() {
return new Roles(contextPath.addSegment("parentrootroleid"));
}
public Asyncoperations role_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("Role_AsyncOperations"));
}
public Bulkdeletefailures role_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("Role_BulkDeleteFailures"));
}
public Roles role_parent_role() {
return new Roles(contextPath.addSegment("role_parent_role"));
}
public Roles role_parent_root_role() {
return new Roles(contextPath.addSegment("role_parent_root_role"));
}
public Syncerrors role_SyncErrors() {
return new Syncerrors(contextPath.addSegment("Role_SyncErrors"));
}
public Privileges roleprivileges_association() {
return new Privileges(contextPath.addSegment("roleprivileges_association"));
}
public Roletemplates roletemplateid() {
return new Roletemplates(contextPath.addSegment("roletemplateid"));
}
public Solutions solution_role() {
return new Solutions(contextPath.addSegment("solution_role"));
}
public Systemusers systemuserroles_association() {
return new Systemusers(contextPath.addSegment("systemuserroles_association"));
}
public Teams teamroles_association() {
return new Teams(contextPath.addSegment("teamroles_association"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy