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

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

There is a newer version: 0.2.2
Show newest version
package microsoft.dynamics.crm.entity.set;

import com.github.davidmoten.odata.client.ContextPath;

import microsoft.dynamics.crm.entity.collection.request.ImportmapCollectionRequest;

public final class Importmaps extends ImportmapCollectionRequest {

    public Importmaps(ContextPath contextPath) {
        super(contextPath);
    }

    public Columnmappings columnMapping_ImportMap() {
        return new Columnmappings(contextPath.addSegment("ColumnMapping_ImportMap"));
    }

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

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

    public Importentitymappings importEntityMapping_ImportMap() {
        return new Importentitymappings(contextPath.addSegment("ImportEntityMapping_ImportMap"));
    }

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

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

    public Importfiles importMap_ImportFile() {
        return new Importfiles(contextPath.addSegment("ImportMap_ImportFile"));
    }

    public Syncerrors importMap_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("ImportMap_SyncErrors"));
    }

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

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

    public Owners ownerid() {
        return new Owners(contextPath.addSegment("ownerid"));
    }

    public Ownermappings ownerMapping_ImportMap() {
        return new Ownermappings(contextPath.addSegment("OwnerMapping_ImportMap"));
    }

    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 Transformationmappings transformationMapping_ImportMap() {
        return new Transformationmappings(contextPath.addSegment("TransformationMapping_ImportMap"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy