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

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

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.set;

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

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

public final class Categories extends CategoryCollectionRequest {

    public Categories(ContextPath contextPath) {
        super(contextPath);
    }

    public Categories category_parent_category() {
        return new Categories(contextPath.addSegment("category_parent_category"));
    }

    public Syncerrors category_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Category_SyncErrors"));
    }

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

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

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

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

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

    public Owners ownerid() {
        return new Owners(contextPath.addSegment("ownerid"));
    }

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

    public Categories parentcategoryid() {
        return new Categories(contextPath.addSegment("parentcategoryid"));
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy