microsoft.dynamics.crm.entity.set.Attributes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of odata-client-microsoft-dynamics Show documentation
Show all versions of odata-client-microsoft-dynamics Show documentation
Java client as template for Microsoft Dynamics organisation endpoints
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