microsoft.dynamics.crm.entity.set.Msdyn_aibfileattacheddatas Maven / Gradle / Ivy
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_aibfileattacheddataCollectionRequest;
public final class Msdyn_aibfileattacheddatas extends Msdyn_aibfileattacheddataCollectionRequest {
public Msdyn_aibfileattacheddatas(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 Msdyn_aibdatasetfiles msdyn_AIBDatasetFileId() {
return new Msdyn_aibdatasetfiles(contextPath.addSegment("msdyn_AIBDatasetFileId"));
}
public Asyncoperations msdyn_aibfileattacheddata_AsyncOperations() {
return new Asyncoperations(contextPath.addSegment("msdyn_aibfileattacheddata_AsyncOperations"));
}
public Bulkdeletefailures msdyn_aibfileattacheddata_BulkDeleteFailures() {
return new Bulkdeletefailures(contextPath.addSegment("msdyn_aibfileattacheddata_BulkDeleteFailures"));
}
public Duplicaterecords msdyn_aibfileattacheddata_DuplicateBaseRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateBaseRecord"));
}
public Duplicaterecords msdyn_aibfileattacheddata_DuplicateMatchingRecord() {
return new Duplicaterecords(contextPath.addSegment("msdyn_aibfileattacheddata_DuplicateMatchingRecord"));
}
public Mailboxtrackingfolders msdyn_aibfileattacheddata_MailboxTrackingFolders() {
return new Mailboxtrackingfolders(contextPath.addSegment("msdyn_aibfileattacheddata_MailboxTrackingFolders"));
}
public Principalobjectattributeaccessset msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses() {
return new Principalobjectattributeaccessset(contextPath.addSegment("msdyn_aibfileattacheddata_PrincipalObjectAttributeAccesses"));
}
public Processsessions msdyn_aibfileattacheddata_ProcessSession() {
return new Processsessions(contextPath.addSegment("msdyn_aibfileattacheddata_ProcessSession"));
}
public Syncerrors msdyn_aibfileattacheddata_SyncErrors() {
return new Syncerrors(contextPath.addSegment("msdyn_aibfileattacheddata_SyncErrors"));
}
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