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

microsoft.dynamics.crm.entity.set.Postfollows 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.PostfollowCollectionRequest;

public final class Postfollows extends PostfollowCollectionRequest {

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

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

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

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

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

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

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

    public Asyncoperations postFollow_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("PostFollow_AsyncOperations"));
    }

    public Syncerrors postFollow_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("PostFollow_SyncErrors"));
    }

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

    public Appointments regardingobjectid_appointment() {
        return new Appointments(contextPath.addSegment("regardingobjectid_appointment"));
    }

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

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

    public Phonecalls regardingobjectid_phonecall() {
        return new Phonecalls(contextPath.addSegment("regardingobjectid_phonecall"));
    }

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

    public Queues regardingobjectid_queue() {
        return new Queues(contextPath.addSegment("regardingobjectid_queue"));
    }

    public Recurringappointmentmasters regardingobjectid_recurringappointmentmaster() {
        return new Recurringappointmentmasters(contextPath.addSegment("regardingobjectid_recurringappointmentmaster"));
    }

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

    public Tasks regardingobjectid_task() {
        return new Tasks(contextPath.addSegment("regardingobjectid_task"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy