microsoft.dynamics.crm.entity.set.Entityanalyticsconfigs 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.EntityanalyticsconfigCollectionRequest;
public final class Entityanalyticsconfigs extends EntityanalyticsconfigCollectionRequest {
public Entityanalyticsconfigs(ContextPath contextPath) {
super(contextPath);
}
public Asyncoperations entityanalyticsconfig_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("entityanalyticsconfig_AsyncOperations"));
}
public Bulkdeletefailures entityanalyticsconfig_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("entityanalyticsconfig_BulkDeleteFailures"));
}
public Mailboxtrackingfolders entityanalyticsconfig_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("entityanalyticsconfig_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset entityanalyticsconfig_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("entityanalyticsconfig_PrincipalObjectAttributeAccesses"));
}
public Syncerrors entityanalyticsconfig_SyncErrors() {
return new Syncerrors(contextPath.addSegment("entityanalyticsconfig_SyncErrors"));
}
public Organizations organizationid() {
return new Organizations(contextPath.addSegment("organizationid"));
}
public Entities parententityid() {
return new Entities(contextPath.addSegment("parententityid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy