microsoft.dynamics.crm.entity.set.Entityimageconfigs 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.EntityimageconfigCollectionRequest;
public final class Entityimageconfigs extends EntityimageconfigCollectionRequest {
public Entityimageconfigs(ContextPath contextPath) {
super(contextPath);
}
public Asyncoperations entityimageconfig_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("entityimageconfig_AsyncOperations"));
}
public Bulkdeletefailures entityimageconfig_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("entityimageconfig_BulkDeleteFailures"));
}
public Mailboxtrackingfolders entityimageconfig_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("entityimageconfig_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset entityimageconfig_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("entityimageconfig_PrincipalObjectAttributeAccesses"));
}
public Syncerrors entityimageconfig_SyncErrors() {
return new Syncerrors(contextPath.addSegment("entityimageconfig_SyncErrors"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy