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

microsoft.dynamics.crm.entity.set.Complexcontrols 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.ComplexcontrolCollectionRequest;

public final class Complexcontrols extends ComplexcontrolCollectionRequest {

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

    public Organizations organizationid() {
        return new Organizations(contextPath.addSegment("organizationid"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy