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

com.contentful.java.cda.rich.CDARichEmbeddedBlock Maven / Gradle / Ivy

package com.contentful.java.cda.rich;

/**
 * This node is an inline link to a CDAEntry
 *
 * @see com.contentful.java.cda.CDAEntry
 */
public class CDARichEmbeddedBlock extends CDARichHyperLink {
  /**
   * Create a link pointing to a CDAEntry.
   *
   * @param target an entry to be pointed to.
   */
  public CDARichEmbeddedBlock(Object target) {
    super(target);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy