microsoft.dynamics.crm.entity.collection.request.Msdyn_aibfileattacheddataCollectionRequest 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.collection.request;
import com.github.davidmoten.odata.client.CollectionPageEntityRequest;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.NameValue;
import microsoft.dynamics.crm.entity.Msdyn_aibfileattacheddata;
import microsoft.dynamics.crm.entity.request.AsyncoperationRequest;
import microsoft.dynamics.crm.entity.request.BulkdeletefailureRequest;
import microsoft.dynamics.crm.entity.request.DuplicaterecordRequest;
import microsoft.dynamics.crm.entity.request.MailboxtrackingfolderRequest;
import microsoft.dynamics.crm.entity.request.Msdyn_aibfileattacheddataRequest;
import microsoft.dynamics.crm.entity.request.PrincipalobjectattributeaccessRequest;
import microsoft.dynamics.crm.entity.request.ProcesssessionRequest;
import microsoft.dynamics.crm.entity.request.SyncerrorRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;
public class Msdyn_aibfileattacheddataCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public Msdyn_aibfileattacheddataCollectionRequest(ContextPath contextPath) {
super(contextPath, Msdyn_aibfileattacheddata.class, cp -> new Msdyn_aibfileattacheddataRequest(cp), SchemaInfo.INSTANCE);
this.contextPath = contextPath;
}
public SyncerrorCollectionRequest msdyn_aibfileattacheddata_SyncErrors() {
return new SyncerrorCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_SyncErrors"));
}
public SyncerrorRequest msdyn_aibfileattacheddata_SyncErrors(String syncerrorid) {
return new SyncerrorRequest(contextPath.addSegment("msdyn_aibfileattacheddata_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
}
public DuplicaterecordCollectionRequest msdyn_aibfileattacheddata_DuplicateMatchingRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateMatchingRecord"));
}
public DuplicaterecordRequest msdyn_aibfileattacheddata_DuplicateMatchingRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateMatchingRecord").addKeys(new NameValue(duplicateid.toString())));
}
public DuplicaterecordCollectionRequest msdyn_aibfileattacheddata_DuplicateBaseRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateBaseRecord"));
}
public DuplicaterecordRequest msdyn_aibfileattacheddata_DuplicateBaseRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateBaseRecord").addKeys(new NameValue(duplicateid.toString())));
}
public AsyncoperationCollectionRequest msdyn_aibfileattacheddata_AsyncOperations() {
return new AsyncoperationCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_AsyncOperations"));
}
public AsyncoperationRequest msdyn_aibfileattacheddata_AsyncOperations(String asyncoperationid) {
return new AsyncoperationRequest(contextPath.addSegment("msdyn_aibfileattacheddata_AsyncOperations").addKeys(new NameValue(asyncoperationid.toString())));
}
public MailboxtrackingfolderCollectionRequest msdyn_aibfileattacheddata_MailboxTrackingFolders() {
return new MailboxtrackingfolderCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_MailboxTrackingFolders"));
}
public MailboxtrackingfolderRequest msdyn_aibfileattacheddata_MailboxTrackingFolders(String mailboxtrackingfolderid) {
return new MailboxtrackingfolderRequest(contextPath.addSegment("msdyn_aibfileattacheddata_MailboxTrackingFolders").addKeys(new NameValue(mailboxtrackingfolderid.toString())));
}
public ProcesssessionCollectionRequest msdyn_aibfileattacheddata_ProcessSession() {
return new ProcesssessionCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_ProcessSession"));
}
public ProcesssessionRequest msdyn_aibfileattacheddata_ProcessSession(String processsessionid) {
return new ProcesssessionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_ProcessSession").addKeys(new NameValue(processsessionid.toString())));
}
public BulkdeletefailureCollectionRequest msdyn_aibfileattacheddata_BulkDeleteFailures() {
return new BulkdeletefailureCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_BulkDeleteFailures"));
}
public BulkdeletefailureRequest msdyn_aibfileattacheddata_BulkDeleteFailures(String bulkdeletefailureid) {
return new BulkdeletefailureRequest(contextPath.addSegment("msdyn_aibfileattacheddata_BulkDeleteFailures").addKeys(new NameValue(bulkdeletefailureid.toString())));
}
public PrincipalobjectattributeaccessCollectionRequest msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses() {
return new PrincipalobjectattributeaccessCollectionRequest(contextPath.addSegment("msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses"));
}
public PrincipalobjectattributeaccessRequest msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses(String principalobjectattributeaccessid) {
return new PrincipalobjectattributeaccessRequest(contextPath.addSegment("msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses").addKeys(new NameValue(principalobjectattributeaccessid.toString())));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy