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

microsoft.dynamics.crm.entity.request.PhonecallRequest 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.Phonecall;
import microsoft.dynamics.crm.entity.collection.request.ActioncardCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ActivitypartyCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.AnnotationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.AsyncoperationCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.BulkdeletefailureCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ConnectionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.DuplicaterecordCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PostfollowCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PostregardingCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.PrincipalobjectattributeaccessCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.ProcesssessionCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.QueueitemCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SlakpiinstanceCollectionRequest;
import microsoft.dynamics.crm.entity.collection.request.SyncerrorCollectionRequest;
import microsoft.dynamics.crm.schema.SchemaInfo;

@JsonIgnoreType
public class PhonecallRequest extends EntityRequest {

    public PhonecallRequest(ContextPath contextPath) {
        super(Phonecall.class, contextPath, SchemaInfo.INSTANCE);
    }

    public PostregardingCollectionRequest phonecall_PostRegardings() {
        return new PostregardingCollectionRequest(
                        contextPath.addSegment("phonecall_PostRegardings"));
    }

    public PostregardingRequest phonecall_PostRegardings(String postregardingid) {
        return new PostregardingRequest(contextPath.addSegment("phonecall_PostRegardings").addKeys(new NameValue(postregardingid.toString())));
    }

    public PostfollowCollectionRequest phonecall_PostFollows() {
        return new PostfollowCollectionRequest(
                        contextPath.addSegment("phonecall_PostFollows"));
    }

    public PostfollowRequest phonecall_PostFollows(String postfollowid) {
        return new PostfollowRequest(contextPath.addSegment("phonecall_PostFollows").addKeys(new NameValue(postfollowid.toString())));
    }

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

    public ActioncardCollectionRequest phonecall_actioncard() {
        return new ActioncardCollectionRequest(
                        contextPath.addSegment("phonecall_actioncard"));
    }

    public ActioncardRequest phonecall_actioncard(String actioncardid) {
        return new ActioncardRequest(contextPath.addSegment("phonecall_actioncard").addKeys(new NameValue(actioncardid.toString())));
    }

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

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

    public SlaRequest sla_phonecall_sla() {
        return new SlaRequest(contextPath.addSegment("sla_phonecall_sla"));
    }

    public BulkdeletefailureCollectionRequest phoneCall_BulkDeleteFailures() {
        return new BulkdeletefailureCollectionRequest(
                        contextPath.addSegment("PhoneCall_BulkDeleteFailures"));
    }

    public BulkdeletefailureRequest phoneCall_BulkDeleteFailures(String bulkdeletefailureid) {
        return new BulkdeletefailureRequest(contextPath.addSegment("PhoneCall_BulkDeleteFailures").addKeys(new NameValue(bulkdeletefailureid.toString())));
    }

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

    public AsyncoperationCollectionRequest phoneCall_AsyncOperations() {
        return new AsyncoperationCollectionRequest(
                        contextPath.addSegment("PhoneCall_AsyncOperations"));
    }

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

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

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

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

    public ActivitypartyCollectionRequest phonecall_activity_parties() {
        return new ActivitypartyCollectionRequest(
                        contextPath.addSegment("phonecall_activity_parties"));
    }

    public ActivitypartyRequest phonecall_activity_parties(String activitypartyid) {
        return new ActivitypartyRequest(contextPath.addSegment("phonecall_activity_parties").addKeys(new NameValue(activitypartyid.toString())));
    }

    public ProcesssessionCollectionRequest phoneCall_ProcessSessions() {
        return new ProcesssessionCollectionRequest(
                        contextPath.addSegment("PhoneCall_ProcessSessions"));
    }

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

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

    public DuplicaterecordCollectionRequest phoneCall_DuplicateMatchingRecord() {
        return new DuplicaterecordCollectionRequest(
                        contextPath.addSegment("PhoneCall_DuplicateMatchingRecord"));
    }

    public DuplicaterecordRequest phoneCall_DuplicateMatchingRecord(String duplicateid) {
        return new DuplicaterecordRequest(contextPath.addSegment("PhoneCall_DuplicateMatchingRecord").addKeys(new NameValue(duplicateid.toString())));
    }

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

    public ProcessstageRequest stageid_processstage() {
        return new ProcessstageRequest(contextPath.addSegment("stageid_processstage"));
    }

    public DuplicaterecordCollectionRequest phoneCall_DuplicateBaseRecord() {
        return new DuplicaterecordCollectionRequest(
                        contextPath.addSegment("PhoneCall_DuplicateBaseRecord"));
    }

    public DuplicaterecordRequest phoneCall_DuplicateBaseRecord(String duplicateid) {
        return new DuplicaterecordRequest(contextPath.addSegment("PhoneCall_DuplicateBaseRecord").addKeys(new NameValue(duplicateid.toString())));
    }

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

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

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

    public SlakpiinstanceCollectionRequest slakpiinstance_phonecall() {
        return new SlakpiinstanceCollectionRequest(
                        contextPath.addSegment("slakpiinstance_phonecall"));
    }

    public SlakpiinstanceRequest slakpiinstance_phonecall(String slakpiinstanceid) {
        return new SlakpiinstanceRequest(contextPath.addSegment("slakpiinstance_phonecall").addKeys(new NameValue(slakpiinstanceid.toString())));
    }

    public SlaRequest slainvokedid_phonecall_sla() {
        return new SlaRequest(contextPath.addSegment("slainvokedid_phonecall_sla"));
    }

    public SyncerrorCollectionRequest phoneCall_SyncErrors() {
        return new SyncerrorCollectionRequest(
                        contextPath.addSegment("PhoneCall_SyncErrors"));
    }

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

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

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

    public QueueitemCollectionRequest phoneCall_QueueItem() {
        return new QueueitemCollectionRequest(
                        contextPath.addSegment("PhoneCall_QueueItem"));
    }

    public QueueitemRequest phoneCall_QueueItem(String queueitemid) {
        return new QueueitemRequest(contextPath.addSegment("PhoneCall_QueueItem").addKeys(new NameValue(queueitemid.toString())));
    }

    public AnnotationCollectionRequest phoneCall_Annotation() {
        return new AnnotationCollectionRequest(
                        contextPath.addSegment("PhoneCall_Annotation"));
    }

    public AnnotationRequest phoneCall_Annotation(String annotationid) {
        return new AnnotationRequest(contextPath.addSegment("PhoneCall_Annotation").addKeys(new NameValue(annotationid.toString())));
    }

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

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

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

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

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

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy