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

microsoft.dynamics.crm.entity.set.Tasks Maven / Gradle / Ivy

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import microsoft.dynamics.crm.entity.collection.request.TaskCollectionRequest;

public final class Tasks extends TaskCollectionRequest {

    public Tasks(ContextPath contextPath) {
        super(contextPath);
    }

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

    public Systemusers createdby_task() {
        return new Systemusers(contextPath.addSegment("createdby_task"));
    }

    public Systemusers createdonbehalfby_task() {
        return new Systemusers(contextPath.addSegment("createdonbehalfby_task"));
    }

    public Systemusers modifiedby_task() {
        return new Systemusers(contextPath.addSegment("modifiedby_task"));
    }

    public Systemusers modifiedonbehalfby_task() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby_task"));
    }

    public Owners ownerid_task() {
        return new Owners(contextPath.addSegment("ownerid_task"));
    }

    public Businessunits owningbusinessunit_task() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit_task"));
    }

    public Teams owningteam_task() {
        return new Teams(contextPath.addSegment("owningteam_task"));
    }

    public Systemusers owninguser_task() {
        return new Systemusers(contextPath.addSegment("owninguser_task"));
    }

    public Accounts regardingobjectid_account_task() {
        return new Accounts(contextPath.addSegment("regardingobjectid_account_task"));
    }

    public Contacts regardingobjectid_contact_task() {
        return new Contacts(contextPath.addSegment("regardingobjectid_contact_task"));
    }

    public Knowledgearticles regardingobjectid_knowledgearticle_task() {
        return new Knowledgearticles(contextPath.addSegment("regardingobjectid_knowledgearticle_task"));
    }

    public Knowledgebaserecords regardingobjectid_knowledgebaserecord_task() {
        return new Knowledgebaserecords(contextPath.addSegment("regardingobjectid_knowledgebaserecord_task"));
    }

    public Slas sla_task_sla() {
        return new Slas(contextPath.addSegment("sla_task_sla"));
    }

    public Slas slainvokedid_task_sla() {
        return new Slas(contextPath.addSegment("slainvokedid_task_sla"));
    }

    public Slakpiinstances slakpiinstance_task() {
        return new Slakpiinstances(contextPath.addSegment("slakpiinstance_task"));
    }

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

    public Actioncards task_actioncard() {
        return new Actioncards(contextPath.addSegment("task_actioncard"));
    }

    public Activityparties task_activity_parties() {
        return new Activityparties(contextPath.addSegment("task_activity_parties"));
    }

    public Annotations task_Annotation() {
        return new Annotations(contextPath.addSegment("Task_Annotation"));
    }

    public Asyncoperations task_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("Task_AsyncOperations"));
    }

    public Bulkdeletefailures task_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("Task_BulkDeleteFailures"));
    }

    public Connections task_connections1() {
        return new Connections(contextPath.addSegment("task_connections1"));
    }

    public Connections task_connections2() {
        return new Connections(contextPath.addSegment("task_connections2"));
    }

    public Duplicaterecords task_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("Task_DuplicateBaseRecord"));
    }

    public Duplicaterecords task_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("Task_DuplicateMatchingRecord"));
    }

    public Postfollows task_PostFollows() {
        return new Postfollows(contextPath.addSegment("task_PostFollows"));
    }

    public Postregardings task_PostRegardings() {
        return new Postregardings(contextPath.addSegment("task_PostRegardings"));
    }

    public Principalobjectattributeaccessset task_principalobjectattributeaccess() {
        return new Principalobjectattributeaccessset(contextPath.addSegment("task_principalobjectattributeaccess"));
    }

    public Processsessions task_ProcessSessions() {
        return new Processsessions(contextPath.addSegment("Task_ProcessSessions"));
    }

    public Queueitems task_QueueItem() {
        return new Queueitems(contextPath.addSegment("Task_QueueItem"));
    }

    public Syncerrors task_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Task_SyncErrors"));
    }

    public Transactioncurrencies transactioncurrencyid_task() {
        return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid_task"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy