microsoft.dynamics.crm.entity.set.Categories Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
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.CategoryCollectionRequest;
public final class Categories extends CategoryCollectionRequest {
public Categories(ContextPath contextPath) {
super(contextPath, Optional.empty());
}
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 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