microsoft.dynamics.crm.entity.set.Msdyn_aimodels 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.Msdyn_aimodelCollectionRequest;
public final class Msdyn_aimodels extends Msdyn_aimodelCollectionRequest {
public Msdyn_aimodels(ContextPath contextPath) {
super(contextPath);
}
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 Msdyn_aibdatasetscontainers msdyn_AIBDatasetsContainer_msdyn_AIModelI() {
return new Msdyn_aibdatasetscontainers(contextPath.addSegment("msdyn_AIBDatasetsContainer_msdyn_AIModelI"));
}
public Annotations msdyn_aimodel_Annotations() {
return new Annotations(contextPath.addSegment("msdyn_aimodel_Annotations"));
}
public Asyncoperations msdyn_aimodel_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("msdyn_aimodel_AsyncOperations"));
}
public Bulkdeletefailures msdyn_aimodel_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("msdyn_aimodel_BulkDeleteFailures"));
}
public Mailboxtrackingfolders msdyn_aimodel_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("msdyn_aimodel_MailboxTrackingFolders"));
}
public Msdyn_aiconfigurations msdyn_aimodel_msdyn_aiconfiguration() {
return new Msdyn_aiconfigurations(contextPath.addSegment("msdyn_aimodel_msdyn_aiconfiguration"));
}
public Principalobjectattributeaccessset msdyn_aimodel_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("msdyn_aimodel_PrincipalObjectAttributeAccesses"));
}
public Processsessions msdyn_aimodel_ProcessSession() {
return new Processsessions(contextPath.addSegment("msdyn_aimodel_ProcessSession"));
}
public Syncerrors msdyn_aimodel_SyncErrors() {
return new Syncerrors(contextPath.addSegment("msdyn_aimodel_SyncErrors"));
}
public Workflows msdyn_retrainworkflowid() {
return new Workflows(contextPath.addSegment("msdyn_retrainworkflowid"));
}
public Workflows msdyn_scheduleinferenceworkflowid() {
return new Workflows(contextPath.addSegment("msdyn_scheduleinferenceworkflowid"));
}
public Msdyn_aitemplates msdyn_TemplateId() {
return new Msdyn_aitemplates(contextPath.addSegment("msdyn_TemplateId"));
}
public Owners ownerid() {
return new Owners(contextPath.addSegment("ownerid"));
}
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"));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy