microsoft.dynamics.crm.entity.set.Kbarticles 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
package microsoft.dynamics.crm.entity.set;
import com.github.davidmoten.odata.client.ContextPath;
import microsoft.dynamics.crm.entity.collection.request.KbarticleCollectionRequest;
public final class Kbarticles extends KbarticleCollectionRequest {
public Kbarticles(ContextPath contextPath) {
super(contextPath);
}
public Systemusers createdby() {
return new Systemusers(contextPath.addSegment("createdby"));
}
public Systemusers createdonbehalfby() {
return new Systemusers(contextPath.addSegment("createdonbehalfby"));
}
public Annotations kbArticle_Annotation() {
return new Annotations(contextPath.addSegment("KbArticle_Annotation"));
}
public Asyncoperations kbArticle_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("KbArticle_AsyncOperations"));
}
public Bulkdeletefailures kbArticle_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("KbArticle_BulkDeleteFailures"));
}
public Kbarticlecomments kbarticle_comments() {
return new Kbarticlecomments(contextPath.addSegment("kbarticle_comments"));
}
public Duplicaterecords kbArticle_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("KbArticle_DuplicateBaseRecord"));
}
public Duplicaterecords kbArticle_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("KbArticle_DuplicateMatchingRecord"));
}
public Principalobjectattributeaccessset kbarticle_principalobjectattributeaccess() {
return new Principalobjectattributeaccessset(contextPath.addSegment("kbarticle_principalobjectattributeaccess"));
}
public Processsessions kbArticle_ProcessSessions() {
return new Processsessions(contextPath.addSegment("KbArticle_ProcessSessions"));
}
public Sharepointdocumentlocations kbArticle_SharepointDocumentLocation() {
return new Sharepointdocumentlocations(contextPath.addSegment("KbArticle_SharepointDocumentLocation"));
}
public Syncerrors kbArticle_SyncErrors() {
return new Syncerrors(contextPath.addSegment("KbArticle_SyncErrors"));
}
public Kbarticletemplates kbarticletemplateid() {
return new Kbarticletemplates(contextPath.addSegment("kbarticletemplateid"));
}
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 Subjects subjectid() {
return new Subjects(contextPath.addSegment("subjectid"));
}
public Transactioncurrencies transactioncurrencyid() {
return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy