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

microsoft.dynamics.crm.entity.set.Positions 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.PositionCollectionRequest;

public final class Positions extends PositionCollectionRequest {

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

    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 Organizations organizationid() {
        return new Organizations(contextPath.addSegment("organizationid"));
    }

    public Positions parentpositionid() {
        return new Positions(contextPath.addSegment("parentpositionid"));
    }

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

    public Connections position_connection1() {
        return new Connections(contextPath.addSegment("position_connection1"));
    }

    public Connections position_connection2() {
        return new Connections(contextPath.addSegment("position_connection2"));
    }

    public Positions position_parent_position() {
        return new Positions(contextPath.addSegment("position_parent_position"));
    }

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

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

    public Syncerrors position_SyncErrors() {
        return new Syncerrors(contextPath.addSegment("Position_SyncErrors"));
    }

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

    public Transactioncurrencies transactioncurrencyid() {
        return new Transactioncurrencies(contextPath.addSegment("transactioncurrencyid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy