microsoft.dynamics.crm.entity.collection.request.Ggw_eventCollectionRequest 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.Ggw_event;
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.Ggw_eventRequest;
import microsoft.dynamics.crm.entity.request.Ggw_teamRequest;
import microsoft.dynamics.crm.entity.request.MailboxtrackingfolderRequest;
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 Ggw_eventCollectionRequest extends CollectionPageEntityRequest{
protected ContextPath contextPath;
public Ggw_eventCollectionRequest(ContextPath contextPath) {
super(contextPath, Ggw_event.class, cp -> new Ggw_eventRequest(cp), SchemaInfo.INSTANCE);
this.contextPath = contextPath;
}
public SyncerrorCollectionRequest ggw_event_SyncErrors() {
return new SyncerrorCollectionRequest(contextPath.addSegment("ggw_event_SyncErrors"));
}
public SyncerrorRequest ggw_event_SyncErrors(String syncerrorid) {
return new SyncerrorRequest(contextPath.addSegment("ggw_event_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
}
public DuplicaterecordCollectionRequest ggw_event_DuplicateMatchingRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("ggw_event_DuplicateMatchingRecord"));
}
public DuplicaterecordRequest ggw_event_DuplicateMatchingRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("ggw_event_DuplicateMatchingRecord").addKeys(new NameValue(duplicateid.toString())));
}
public DuplicaterecordCollectionRequest ggw_event_DuplicateBaseRecord() {
return new DuplicaterecordCollectionRequest(contextPath.addSegment("ggw_event_DuplicateBaseRecord"));
}
public DuplicaterecordRequest ggw_event_DuplicateBaseRecord(String duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("ggw_event_DuplicateBaseRecord").addKeys(new NameValue(duplicateid.toString())));
}
public AsyncoperationCollectionRequest ggw_event_AsyncOperations() {
return new AsyncoperationCollectionRequest(contextPath.addSegment("ggw_event_AsyncOperations"));
}
public AsyncoperationRequest ggw_event_AsyncOperations(String asyncoperationid) {
return new AsyncoperationRequest(contextPath.addSegment("ggw_event_AsyncOperations").addKeys(new NameValue(asyncoperationid.toString())));
}
public MailboxtrackingfolderCollectionRequest ggw_event_MailboxTrackingFolders() {
return new MailboxtrackingfolderCollectionRequest(contextPath.addSegment("ggw_event_MailboxTrackingFolders"));
}
public MailboxtrackingfolderRequest ggw_event_MailboxTrackingFolders(String mailboxtrackingfolderid) {
return new MailboxtrackingfolderRequest(contextPath.addSegment("ggw_event_MailboxTrackingFolders").addKeys(new NameValue(mailboxtrackingfolderid.toString())));
}
public ProcesssessionCollectionRequest ggw_event_ProcessSession() {
return new ProcesssessionCollectionRequest(contextPath.addSegment("ggw_event_ProcessSession"));
}
public ProcesssessionRequest ggw_event_ProcessSession(String processsessionid) {
return new ProcesssessionRequest(contextPath.addSegment("ggw_event_ProcessSession").addKeys(new NameValue(processsessionid.toString())));
}
public BulkdeletefailureCollectionRequest ggw_event_BulkDeleteFailures() {
return new BulkdeletefailureCollectionRequest(contextPath.addSegment("ggw_event_BulkDeleteFailures"));
}
public BulkdeletefailureRequest ggw_event_BulkDeleteFailures(String bulkdeletefailureid) {
return new BulkdeletefailureRequest(contextPath.addSegment("ggw_event_BulkDeleteFailures").addKeys(new NameValue(bulkdeletefailureid.toString())));
}
public PrincipalobjectattributeaccessCollectionRequest ggw_event_PrincipalObjectAttributeAccesses() {
return new PrincipalobjectattributeaccessCollectionRequest(contextPath.addSegment("ggw_event_PrincipalObjectAttributeAccesses"));
}
public PrincipalobjectattributeaccessRequest ggw_event_PrincipalObjectAttributeAccesses(String principalobjectattributeaccessid) {
return new PrincipalobjectattributeaccessRequest(contextPath.addSegment("ggw_event_PrincipalObjectAttributeAccesses").addKeys(new NameValue(principalobjectattributeaccessid.toString())));
}
public Ggw_teamCollectionRequest ggw_ggw_event_ggw_team() {
return new Ggw_teamCollectionRequest(contextPath.addSegment("ggw_ggw_event_ggw_team"));
}
public Ggw_teamRequest ggw_ggw_event_ggw_team(String ggw_teamid) {
return new Ggw_teamRequest(contextPath.addSegment("ggw_ggw_event_ggw_team").addKeys(new NameValue(ggw_teamid.toString())));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy