
com.contentful.java.cda.CDATaxonomyConcept Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for Contentful's Content Delivery API.
package com.contentful.java.cda;
public class CDATaxonomyConcept extends CDAResource {
@Override
public String toString() {
return "CDATaxonomyConcept{"
+ "attrs=" + attrs
+ '}';
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy