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

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

There is a newer version: 9.1.0
Show newest version
package com.contentful.java.cda.rich;

import java.io.Serializable;

/**
 * Representation of a block of unordered items.
 */
public class CDARichUnorderedList extends CDARichList implements Serializable {
  /**
   * Create a list with bullet points.
   */
  public CDARichUnorderedList() {
    super("*");
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy