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

microsoft.dynamics.crm.entity.set.Callbackregistrations 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.CallbackregistrationCollectionRequest;

public final class Callbackregistrations extends CallbackregistrationCollectionRequest {

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

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

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

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

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

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

    public Businessunits owningbusinessunit() {
        return new Businessunits(contextPath.addSegment("owningbusinessunit"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy