All Downloads are FREE. Search and download functionalities are using the official Maven repository.

microsoft.dynamics.crm.entity.set.Msdyn_aibfiles Maven / Gradle / Ivy

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_aibfileCollectionRequest;

public final class Msdyn_aibfiles extends Msdyn_aibfileCollectionRequest {

    public Msdyn_aibfiles(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_AIBDatasetFile_msdyn_AIBuilde() {
        return new Msdyn_aibdatasetfiles(contextPath.addSegment("msdyn_AIBDatasetFile_msdyn_AIBuilde"));
    }

    public Msdyn_aibdatasetscontainers msdyn_AIBDatasetsContainerId() {
        return new Msdyn_aibdatasetscontainers(contextPath.addSegment("msdyn_AIBDatasetsContainerId"));
    }

    public Asyncoperations msdyn_aibfile_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("msdyn_aibfile_AsyncOperations"));
    }

    public Bulkdeletefailures msdyn_aibfile_BulkDeleteFailures() {
        return new Bulkdeletefailures(contextPath.addSegment("msdyn_aibfile_BulkDeleteFailures"));
    }

    public Duplicaterecords msdyn_aibfile_DuplicateBaseRecord() {
        return new Duplicaterecords(contextPath.addSegment("msdyn_aibfile_DuplicateBaseRecord"));
    }

    public Duplicaterecords msdyn_aibfile_DuplicateMatchingRecord() {
        return new Duplicaterecords(contextPath.addSegment("msdyn_aibfile_DuplicateMatchingRecord"));
    }

    public Fileattachments msdyn_aibfile_FileAttachments() {
        return new Fileattachments(contextPath.addSegment("msdyn_aibfile_FileAttachments"));
    }

    public Mailboxtrackingfolders msdyn_aibfile_MailboxTrackingFolders() {
        return new Mailboxtrackingfolders(contextPath.addSegment("msdyn_aibfile_MailboxTrackingFolders"));
    }

    public Principalobjectattributeaccessset msdyn_aibfile_PrincipalObjectAttributeAccesses() {
        return new Principalobjectattributeaccessset(contextPath.addSegment("msdyn_aibfile_PrincipalObjectAttributeAccesses"));
    }

    public Processsessions msdyn_aibfile_ProcessSession() {
        return new Processsessions(contextPath.addSegment("msdyn_aibfile_ProcessSession"));
    }

    public Syncerrors msdyn_aibfile_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("msdyn_aibfile_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