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

microsoft.dynamics.crm.entity.set.Faxes 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.FaxCollectionRequest;

public final class Faxes extends FaxCollectionRequest {

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

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

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

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

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

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

    public Annotations fax_Annotation() {
        return new Annotations(contextPath.addSegment("Fax_Annotation"));
    }

    public Asyncoperations fax_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("Fax_AsyncOperations"));
    }

    public Bulkdeletefailures fax_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("Fax_BulkDeleteFailures"));
    }

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

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

    public Duplicaterecords fax_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("Fax_DuplicateBaseRecord"));
    }

    public Duplicaterecords fax_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("Fax_DuplicateMatchingRecord"));
    }

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

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

    public Queueitems fax_QueueItem() {
        return new Queueitems(contextPath.addSegment("Fax_QueueItem"));
    }

    public Syncerrors fax_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Fax_SyncErrors"));
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy