microsoft.dynamics.crm.entity.set.Msdyn_aibdatasetfiles 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.Msdyn_aibdatasetfileCollectionRequest;
public final class Msdyn_aibdatasetfiles extends Msdyn_aibdatasetfileCollectionRequest {
public Msdyn_aibdatasetfiles(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 Asyncoperations msdyn_aibdatasetfile_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("msdyn_aibdatasetfile_AsyncOperations"));
}
public Bulkdeletefailures msdyn_aibdatasetfile_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("msdyn_aibdatasetfile_BulkDeleteFailures"));
}
public Duplicaterecords msdyn_aibdatasetfile_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_aibdatasetfile_DuplicateBaseRecord"));
}
public Duplicaterecords msdyn_aibdatasetfile_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_aibdatasetfile_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders msdyn_aibdatasetfile_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("msdyn_aibdatasetfile_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset msdyn_aibdatasetfile_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("msdyn_aibdatasetfile_PrincipalObjectAttributeAccesses"));
}
public Processsessions msdyn_aibdatasetfile_ProcessSession() {
return new Processsessions(contextPath.addSegment("msdyn_aibdatasetfile_ProcessSession"));
}
public Syncerrors msdyn_aibdatasetfile_SyncErrors() {
return new Syncerrors(contextPath.addSegment("msdyn_aibdatasetfile_SyncErrors"));
}
public Msdyn_aibdatasets msdyn_AIBDatasetId() {
return new Msdyn_aibdatasets(contextPath.addSegment("msdyn_AIBDatasetId"));
}
public Msdyn_aibfileattacheddatas msdyn_AIBFileAttachedData_msdyn_AIB() {
return new Msdyn_aibfileattacheddatas(contextPath.addSegment("msdyn_AIBFileAttachedData_msdyn_AIB"));
}
public Msdyn_aibfiles msdyn_AIBFileId() {
return new Msdyn_aibfiles(contextPath.addSegment("msdyn_AIBFileId"));
}
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