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

microsoft.dynamics.crm.entity.set.Sharepointdocumentlocations 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.SharepointdocumentlocationCollectionRequest;

public final class Sharepointdocumentlocations extends SharepointdocumentlocationCollectionRequest {

    public Sharepointdocumentlocations(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 Systemusers modifiedby() {
        return new Systemusers(contextPath.addSegment("modifiedby"));
    }

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

    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 Sharepointdocumentlocations parentsiteorlocation_sharepointdocumentlocation() {
        return new Sharepointdocumentlocations(contextPath.addSegment("parentsiteorlocation_sharepointdocumentlocation"));
    }

    public Sharepointsites parentsiteorlocation_sharepointsite() {
        return new Sharepointsites(contextPath.addSegment("parentsiteorlocation_sharepointsite"));
    }

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

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

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

    public Msdyn_knowledgearticletemplates regardingobjectid_msdyn_knowledgearticletemplate() {
        return new Msdyn_knowledgearticletemplates(contextPath.addSegment("regardingobjectid_msdyn_knowledgearticletemplate"));
    }

    public Asyncoperations sharePointDocumentLocation_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("SharePointDocumentLocation_AsyncOperations"));
    }

    public Duplicaterecords sharePointDocumentLocation_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("SharePointDocumentLocation_DuplicateBaseRecord"));
    }

    public Duplicaterecords sharePointDocumentLocation_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("SharePointDocumentLocation_DuplicateMatchingRecord"));
    }

    public Sharepointdocumentlocations sharepointdocumentlocation_parent_sharepointdocumentlocation() {
        return new Sharepointdocumentlocations(contextPath.addSegment("sharepointdocumentlocation_parent_sharepointdocumentlocation"));
    }

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

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

    public Syncerrors sharePointDocumentLocation_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("SharePointDocumentLocation_SyncErrors"));
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy