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

microsoft.dynamics.crm.entity.set.Attributes 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.AttributeCollectionRequest;

public final class Attributes extends AttributeCollectionRequest {

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

    public Solutioncomponentattributeconfigurations attribute_solutioncomponentattrconfig() {
        return new Solutioncomponentattributeconfigurations(contextPath.addSegment("attribute_solutioncomponentattrconfig"));
    }

    public Relationshipattributes referencedattribute_relationshipattribute() {
        return new Relationshipattributes(contextPath.addSegment("referencedattribute_relationshipattribute"));
    }

    public Relationshipattributes referencingdattribute_relationshipattribute() {
        return new Relationshipattributes(contextPath.addSegment("referencingdattribute_relationshipattribute"));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy