Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
microsoft.dynamics.crm.entity.request.Ggw_eventRequest Maven / Gradle / Ivy
Go to download
Java client as template for Microsoft Dynamics organisation endpoints
package microsoft.dynamics.crm.entity.request;
import com.fasterxml.jackson.annotation.JsonIgnoreType;
import com.github.davidmoten.odata.client.ContextPath;
import com.github.davidmoten.odata.client.EntityRequest;
import com.github.davidmoten.odata.client.NameValue;
import java.lang.Object;
import java.util.Optional;
import java.util.UUID;
import microsoft.dynamics.crm.entity.Ggw_event;
import microsoft.dynamics.crm.entity.collection.request.AsyncoperationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.BulkdeletefailureCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.DuplicaterecordCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.Ggw_teamCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.MailboxtrackingfolderCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PrincipalobjectattributeaccessCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ProcesssessionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SyncerrorCollectionRequest;
@JsonIgnoreType
public class Ggw_eventRequest extends EntityRequest {
public Ggw_eventRequest(ContextPath contextPath, Optional value) {
super(Ggw_event.class, contextPath, value, false);
}
public SystemuserRequest createdby() {
return new SystemuserRequest(contextPath.addSegment("createdby"), Optional.empty());
}
public SystemuserRequest createdonbehalfby() {
return new SystemuserRequest(contextPath.addSegment("createdonbehalfby"), Optional.empty());
}
public SystemuserRequest modifiedby() {
return new SystemuserRequest(contextPath.addSegment("modifiedby"), Optional.empty());
}
public SystemuserRequest modifiedonbehalfby() {
return new SystemuserRequest(contextPath.addSegment("modifiedonbehalfby"), Optional.empty());
}
public SystemuserRequest owninguser() {
return new SystemuserRequest(contextPath.addSegment("owninguser"), Optional.empty());
}
public TeamRequest owningteam() {
return new TeamRequest(contextPath.addSegment("owningteam"), Optional.empty());
}
public PrincipalRequest ownerid() {
return new PrincipalRequest(contextPath.addSegment("ownerid"), Optional.empty());
}
public BusinessunitRequest owningbusinessunit() {
return new BusinessunitRequest(contextPath.addSegment("owningbusinessunit"), Optional.empty());
}
public SyncerrorRequest ggw_event_SyncErrors(UUID syncerrorid) {
return new SyncerrorRequest(contextPath.addSegment("ggw_event_SyncErrors").addKeys(new NameValue(syncerrorid, UUID.class)), Optional.empty());
}
public SyncerrorCollectionRequest ggw_event_SyncErrors() {
return new SyncerrorCollectionRequest(
contextPath.addSegment("ggw_event_SyncErrors"), Optional.empty());
}
public DuplicaterecordRequest ggw_event_DuplicateMatchingRecord(UUID duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("ggw_event_DuplicateMatchingRecord").addKeys(new NameValue(duplicateid, UUID.class)), Optional.empty());
}
public DuplicaterecordCollectionRequest ggw_event_DuplicateMatchingRecord() {
return new DuplicaterecordCollectionRequest(
contextPath.addSegment("ggw_event_DuplicateMatchingRecord"), Optional.empty());
}
public DuplicaterecordRequest ggw_event_DuplicateBaseRecord(UUID duplicateid) {
return new DuplicaterecordRequest(contextPath.addSegment("ggw_event_DuplicateBaseRecord").addKeys(new NameValue(duplicateid, UUID.class)), Optional.empty());
}
public DuplicaterecordCollectionRequest ggw_event_DuplicateBaseRecord() {
return new DuplicaterecordCollectionRequest(
contextPath.addSegment("ggw_event_DuplicateBaseRecord"), Optional.empty());
}
public AsyncoperationRequest ggw_event_AsyncOperations(UUID asyncoperationid) {
return new AsyncoperationRequest(contextPath.addSegment("ggw_event_AsyncOperations").addKeys(new NameValue(asyncoperationid, UUID.class)), Optional.empty());
}
public AsyncoperationCollectionRequest ggw_event_AsyncOperations() {
return new AsyncoperationCollectionRequest(
contextPath.addSegment("ggw_event_AsyncOperations"), Optional.empty());
}
public MailboxtrackingfolderRequest ggw_event_MailboxTrackingFolders(UUID mailboxtrackingfolderid) {
return new MailboxtrackingfolderRequest(contextPath.addSegment("ggw_event_MailboxTrackingFolders").addKeys(new NameValue(mailboxtrackingfolderid, UUID.class)), Optional.empty());
}
public MailboxtrackingfolderCollectionRequest ggw_event_MailboxTrackingFolders() {
return new MailboxtrackingfolderCollectionRequest(
contextPath.addSegment("ggw_event_MailboxTrackingFolders"), Optional.empty());
}
public ProcesssessionRequest ggw_event_ProcessSession(UUID processsessionid) {
return new ProcesssessionRequest(contextPath.addSegment("ggw_event_ProcessSession").addKeys(new NameValue(processsessionid, UUID.class)), Optional.empty());
}
public ProcesssessionCollectionRequest ggw_event_ProcessSession() {
return new ProcesssessionCollectionRequest(
contextPath.addSegment("ggw_event_ProcessSession"), Optional.empty());
}
public BulkdeletefailureRequest ggw_event_BulkDeleteFailures(UUID bulkdeletefailureid) {
return new BulkdeletefailureRequest(contextPath.addSegment("ggw_event_BulkDeleteFailures").addKeys(new NameValue(bulkdeletefailureid, UUID.class)), Optional.empty());
}
public BulkdeletefailureCollectionRequest ggw_event_BulkDeleteFailures() {
return new BulkdeletefailureCollectionRequest(
contextPath.addSegment("ggw_event_BulkDeleteFailures"), Optional.empty());
}
public PrincipalobjectattributeaccessRequest ggw_event_PrincipalObjectAttributeAccesses(UUID principalobjectattributeaccessid) {
return new PrincipalobjectattributeaccessRequest(contextPath.addSegment("ggw_event_PrincipalObjectAttributeAccesses").addKeys(new NameValue(principalobjectattributeaccessid, UUID.class)), Optional.empty());
}
public PrincipalobjectattributeaccessCollectionRequest ggw_event_PrincipalObjectAttributeAccesses() {
return new PrincipalobjectattributeaccessCollectionRequest(
contextPath.addSegment("ggw_event_PrincipalObjectAttributeAccesses"), Optional.empty());
}
public Ggw_teamRequest ggw_ggw_event_ggw_team(UUID ggw_teamid) {
return new Ggw_teamRequest(contextPath.addSegment("ggw_ggw_event_ggw_team").addKeys(new NameValue(ggw_teamid, UUID.class)), Optional.empty());
}
public Ggw_teamCollectionRequest ggw_ggw_event_ggw_team() {
return new Ggw_teamCollectionRequest(
contextPath.addSegment("ggw_ggw_event_ggw_team"), Optional.empty());
}
}