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

microsoft.dynamics.crm.entity.set.Letters 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.LetterCollectionRequest;

public final class Letters extends LetterCollectionRequest {

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

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

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

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

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

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

    public Annotations letter_Annotation() {
        return new Annotations(contextPath.addSegment("Letter_Annotation"));
    }

    public Asyncoperations letter_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("Letter_AsyncOperations"));
    }

    public Bulkdeletefailures letter_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("Letter_BulkDeleteFailures"));
    }

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

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

    public Duplicaterecords letter_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("Letter_DuplicateBaseRecord"));
    }

    public Duplicaterecords letter_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("Letter_DuplicateMatchingRecord"));
    }

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

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

    public Queueitems letter_QueueItem() {
        return new Queueitems(contextPath.addSegment("Letter_QueueItem"));
    }

    public Syncerrors letter_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Letter_SyncErrors"));
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy