
com.contentful.java.cda.rich.CDARichEmbeddedBlock 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.rich;
import java.io.Serializable;
/**
* This node is an inline link to a CDAEntry
*
* @see com.contentful.java.cda.CDAEntry
*/
public class CDARichEmbeddedBlock extends CDARichHyperLink implements Serializable {
/**
* Create a link pointing to a CDAEntry.
*
* @param target an entry to be pointed to.
*/
public CDARichEmbeddedBlock(Object target) {
super(target);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy