All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.request.ConnectionRequest Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
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 microsoft.dynamics.crm.entity.Connection;
import microsoft.dynamics.crm.entity.collection.request.AsyncoperationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ConnectionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PrincipalobjectattributeaccessCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ProcesssessionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SyncerrorCollectionRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;

@JsonIgnoreType
public class ConnectionRequest extends EntityRequest {

    public ConnectionRequest(ContextPath contextPath) {
        super(Connection.class, contextPath, SchemaInfo.INSTANCE);
    }

    public KnowledgearticleRequest record1id_knowledgearticle() {
        return new KnowledgearticleRequest(contextPath.addSegment("record1id_knowledgearticle"));
    }

    public KnowledgearticleRequest record2id_knowledgearticle() {
        return new KnowledgearticleRequest(contextPath.addSegment("record2id_knowledgearticle"));
    }

    public KnowledgebaserecordRequest record1id_knowledgebaserecord() {
        return new KnowledgebaserecordRequest(contextPath.addSegment("record1id_knowledgebaserecord"));
    }

    public KnowledgebaserecordRequest record2id_knowledgebaserecord() {
        return new KnowledgebaserecordRequest(contextPath.addSegment("record2id_knowledgebaserecord"));
    }

    public ContactRequest record1id_contact() {
        return new ContactRequest(contextPath.addSegment("record1id_contact"));
    }

    public SocialactivityRequest record2id_socialactivity() {
        return new SocialactivityRequest(contextPath.addSegment("record2id_socialactivity"));
    }

    public TaskRequest record2id_task() {
        return new TaskRequest(contextPath.addSegment("record2id_task"));
    }

    public SystemuserRequest modifiedby() {
        return new SystemuserRequest(contextPath.addSegment("modifiedby"));
    }

    public SystemuserRequest record1id_systemuser() {
        return new SystemuserRequest(contextPath.addSegment("record1id_systemuser"));
    }

    public TransactioncurrencyRequest transactioncurrencyid() {
        return new TransactioncurrencyRequest(contextPath.addSegment("transactioncurrencyid"));
    }

    public AccountRequest record2id_account() {
        return new AccountRequest(contextPath.addSegment("record2id_account"));
    }

    public SystemuserRequest createdby() {
        return new SystemuserRequest(contextPath.addSegment("createdby"));
    }

    public SystemuserRequest record2id_systemuser() {
        return new SystemuserRequest(contextPath.addSegment("record2id_systemuser"));
    }

    public TeamRequest record2id_team() {
        return new TeamRequest(contextPath.addSegment("record2id_team"));
    }

    public LetterRequest record2id_letter() {
        return new LetterRequest(contextPath.addSegment("record2id_letter"));
    }

    public EmailRequest record1id_email() {
        return new EmailRequest(contextPath.addSegment("record1id_email"));
    }

    public SocialprofileRequest record1id_socialprofile() {
        return new SocialprofileRequest(contextPath.addSegment("record1id_socialprofile"));
    }

    public PrincipalobjectattributeaccessCollectionRequest connection_principalobjectattributeaccess() {
        return new PrincipalobjectattributeaccessCollectionRequest(
                        contextPath.addSegment("connection_principalobjectattributeaccess"));
    }

    public PrincipalobjectattributeaccessRequest connection_principalobjectattributeaccess(String principalobjectattributeaccessid) {
        return new PrincipalobjectattributeaccessRequest(contextPath.addSegment("connection_principalobjectattributeaccess").addKeys(new NameValue(principalobjectattributeaccessid.toString())));
    }

    public SystemuserRequest createdonbehalfby() {
        return new SystemuserRequest(contextPath.addSegment("createdonbehalfby"));
    }

    public TaskRequest record1id_task() {
        return new TaskRequest(contextPath.addSegment("record1id_task"));
    }

    public EmailRequest record2id_email() {
        return new EmailRequest(contextPath.addSegment("record2id_email"));
    }

    public SocialprofileRequest record2id_socialprofile() {
        return new SocialprofileRequest(contextPath.addSegment("record2id_socialprofile"));
    }

    public TeamRequest record1id_team() {
        return new TeamRequest(contextPath.addSegment("record1id_team"));
    }

    public ConnectionroleRequest record2roleid() {
        return new ConnectionroleRequest(contextPath.addSegment("record2roleid"));
    }

    public GoalRequest record2id_goal() {
        return new GoalRequest(contextPath.addSegment("record2id_goal"));
    }

    public PositionRequest record1id_position() {
        return new PositionRequest(contextPath.addSegment("record1id_position"));
    }

    public RecurringappointmentmasterRequest record1id_recurringappointmentmaster() {
        return new RecurringappointmentmasterRequest(contextPath.addSegment("record1id_recurringappointmentmaster"));
    }

    public ProcesssessionRequest record1id_processsession() {
        return new ProcesssessionRequest(contextPath.addSegment("record1id_processsession"));
    }

    public AsyncoperationCollectionRequest connection_AsyncOperations() {
        return new AsyncoperationCollectionRequest(
                        contextPath.addSegment("Connection_AsyncOperations"));
    }

    public AsyncoperationRequest connection_AsyncOperations(String asyncoperationid) {
        return new AsyncoperationRequest(contextPath.addSegment("Connection_AsyncOperations").addKeys(new NameValue(asyncoperationid.toString())));
    }

    public ProcesssessionCollectionRequest connection_ProcessSessions() {
        return new ProcesssessionCollectionRequest(
                        contextPath.addSegment("Connection_ProcessSessions"));
    }

    public ProcesssessionRequest connection_ProcessSessions(String processsessionid) {
        return new ProcesssessionRequest(contextPath.addSegment("Connection_ProcessSessions").addKeys(new NameValue(processsessionid.toString())));
    }

    public AppointmentRequest record1id_appointment() {
        return new AppointmentRequest(contextPath.addSegment("record1id_appointment"));
    }

    public FaxRequest record2id_fax() {
        return new FaxRequest(contextPath.addSegment("record2id_fax"));
    }

    public SystemuserRequest modifiedonbehalfby() {
        return new SystemuserRequest(contextPath.addSegment("modifiedonbehalfby"));
    }

    public ConnectionRequest relatedconnectionid() {
        return new ConnectionRequest(contextPath.addSegment("relatedconnectionid"));
    }

    public ConnectionCollectionRequest connection_related_connection() {
        return new ConnectionCollectionRequest(
                        contextPath.addSegment("connection_related_connection"));
    }

    public ConnectionRequest connection_related_connection(String connectionid) {
        return new ConnectionRequest(contextPath.addSegment("connection_related_connection").addKeys(new NameValue(connectionid.toString())));
    }

    public RecurringappointmentmasterRequest record2id_recurringappointmentmaster() {
        return new RecurringappointmentmasterRequest(contextPath.addSegment("record2id_recurringappointmentmaster"));
    }

    public PhonecallRequest record1id_phonecall() {
        return new PhonecallRequest(contextPath.addSegment("record1id_phonecall"));
    }

    public AppointmentRequest record2id_appointment() {
        return new AppointmentRequest(contextPath.addSegment("record2id_appointment"));
    }

    public BusinessunitRequest owningbusinessunit() {
        return new BusinessunitRequest(contextPath.addSegment("owningbusinessunit"));
    }

    public GoalRequest record1id_goal() {
        return new GoalRequest(contextPath.addSegment("record1id_goal"));
    }

    public SocialactivityRequest record1id_socialactivity() {
        return new SocialactivityRequest(contextPath.addSegment("record1id_socialactivity"));
    }

    public FaxRequest record1id_fax() {
        return new FaxRequest(contextPath.addSegment("record1id_fax"));
    }

    public PositionRequest record2id_position() {
        return new PositionRequest(contextPath.addSegment("record2id_position"));
    }

    public ConnectionroleRequest record1roleid() {
        return new ConnectionroleRequest(contextPath.addSegment("record1roleid"));
    }

    public LetterRequest record1id_letter() {
        return new LetterRequest(contextPath.addSegment("record1id_letter"));
    }

    public ProcesssessionRequest record2id_processsession() {
        return new ProcesssessionRequest(contextPath.addSegment("record2id_processsession"));
    }

    public SyncerrorCollectionRequest connection_SyncErrors() {
        return new SyncerrorCollectionRequest(
                        contextPath.addSegment("Connection_SyncErrors"));
    }

    public SyncerrorRequest connection_SyncErrors(String syncerrorid) {
        return new SyncerrorRequest(contextPath.addSegment("Connection_SyncErrors").addKeys(new NameValue(syncerrorid.toString())));
    }

    public ActivitypointerRequest record2id_activitypointer() {
        return new ActivitypointerRequest(contextPath.addSegment("record2id_activitypointer"));
    }

    public AccountRequest record1id_account() {
        return new AccountRequest(contextPath.addSegment("record1id_account"));
    }

    public PrincipalRequest ownerid() {
        return new PrincipalRequest(contextPath.addSegment("ownerid"));
    }

    public ContactRequest record2id_contact() {
        return new ContactRequest(contextPath.addSegment("record2id_contact"));
    }

    public ActivitypointerRequest record1id_activitypointer() {
        return new ActivitypointerRequest(contextPath.addSegment("record1id_activitypointer"));
    }

    public PhonecallRequest record2id_phonecall() {
        return new PhonecallRequest(contextPath.addSegment("record2id_phonecall"));
    }

    public TerritoryRequest record1id_territory() {
        return new TerritoryRequest(contextPath.addSegment("record1id_territory"));
    }

    public TerritoryRequest record2id_territory() {
        return new TerritoryRequest(contextPath.addSegment("record2id_territory"));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy