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

microsoft.dynamics.crm.entity.set.Importfiles 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.ImportfileCollectionRequest;

public final class Importfiles extends ImportfileCollectionRequest {

    public Importfiles(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 Asyncoperations importFile_AsyncOperations() {
        return new Asyncoperations(contextPath.addSegment("ImportFile_AsyncOperations"));
    }

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

    public Importdataset importFile_ImportData() {
        return new Importdataset(contextPath.addSegment("ImportFile_ImportData"));
    }

    public Imports importid() {
        return new Imports(contextPath.addSegment("importid"));
    }

    public Importlogs importLog_ImportFile() {
        return new Importlogs(contextPath.addSegment("ImportLog_ImportFile"));
    }

    public Importmaps importmapid() {
        return new Importmaps(contextPath.addSegment("importmapid"));
    }

    public Systemusers modifiedby() {
        return new Systemusers(contextPath.addSegment("modifiedby"));
    }

    public Systemusers modifiedonbehalfby() {
        return new Systemusers(contextPath.addSegment("modifiedonbehalfby"));
    }

    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"));
    }

    public Systemusers recordsownerid_systemuser() {
        return new Systemusers(contextPath.addSegment("recordsownerid_systemuser"));
    }

    public Teams recordsownerid_team() {
        return new Teams(contextPath.addSegment("recordsownerid_team"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy