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

microsoft.dynamics.crm.entity.set.Knowledgebaserecords 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.KnowledgebaserecordCollectionRequest;

public final class Knowledgebaserecords extends KnowledgebaserecordCollectionRequest {

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

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

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

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

    public Annotations knowledgeBaseRecord_Annotations() {
        return new Annotations(contextPath.addSegment("KnowledgeBaseRecord_Annotations"));
    }

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

    public Asyncoperations knowledgeBaseRecord_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("KnowledgeBaseRecord_AsyncOperations"));
    }

    public Bulkdeletefailures knowledgeBaseRecord_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("KnowledgeBaseRecord_BulkDeleteFailures"));
    }

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

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

    public Duplicaterecords knowledgeBaseRecord_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("KnowledgeBaseRecord_DuplicateBaseRecord"));
    }

    public Duplicaterecords knowledgeBaseRecord_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("KnowledgeBaseRecord_DuplicateMatchingRecord"));
    }

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

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

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

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

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

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

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

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

    public Syncerrors knowledgeBaseRecord_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("KnowledgeBaseRecord_SyncErrors"));
    }

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

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

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

    public Organizations organizationid() {
        return new Organizations(contextPath.addSegment("organizationid"));
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy