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

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

The newest version!
package microsoft.dynamics.crm.entity.set;

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

import java.util.Optional;

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

public final class Annotations extends AnnotationCollectionRequest {

    public Annotations(ContextPath contextPath) {
        super(contextPath, Optional.empty());
    }

    public Asyncoperations annotation_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("Annotation_AsyncOperations"));
    }

    public Bulkdeletefailures annotation_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("Annotation_BulkDeleteFailures"));
    }

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

    public Syncerrors annotation_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Annotation_SyncErrors"));
    }

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

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

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

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

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

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

    public Calendars objectid_calendar() {
        return new Calendars(contextPath.addSegment("objectid_calendar"));
    }

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

    public Duplicaterules objectid_duplicaterule() {
        return new Duplicaterules(contextPath.addSegment("objectid_duplicaterule"));
    }

    public Emails objectid_email() {
        return new Emails(contextPath.addSegment("objectid_email"));
    }

    public Emailserverprofiles objectid_emailserverprofile() {
        return new Emailserverprofiles(contextPath.addSegment("objectid_emailserverprofile"));
    }

    public Faxes objectid_fax() {
        return new Faxes(contextPath.addSegment("objectid_fax"));
    }

    public Goals objectid_goal() {
        return new Goals(contextPath.addSegment("objectid_goal"));
    }

    public Kbarticles objectid_kbarticle() {
        return new Kbarticles(contextPath.addSegment("objectid_kbarticle"));
    }

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

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

    public Letters objectid_letter() {
        return new Letters(contextPath.addSegment("objectid_letter"));
    }

    public Mailboxes objectid_mailbox() {
        return new Mailboxes(contextPath.addSegment("objectid_mailbox"));
    }

    public Msdyn_aifptrainingdocuments objectid_msdyn_aifptrainingdocument() {
        return new Msdyn_aifptrainingdocuments(contextPath.addSegment("objectid_msdyn_aifptrainingdocument"));
    }

    public Msdyn_aimodels objectid_msdyn_aimodel() {
        return new Msdyn_aimodels(contextPath.addSegment("objectid_msdyn_aimodel"));
    }

    public Msdyn_aiodimages objectid_msdyn_aiodimage() {
        return new Msdyn_aiodimages(contextPath.addSegment("objectid_msdyn_aiodimage"));
    }

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

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

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

    public Socialactivities objectid_socialactivity() {
        return new Socialactivities(contextPath.addSegment("objectid_socialactivity"));
    }

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

    public Workflows objectid_workflow() {
        return new Workflows(contextPath.addSegment("objectid_workflow"));
    }

    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"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy