Class TextDocumentation

java.lang.Object
com.uc4.api.objects.AbstractDocumentation
com.uc4.api.objects.TextDocumentation

public class TextDocumentation extends AbstractDocumentation
This class represents a documentation tab of type "text".
  • Method Details

    • getContent

      public String getContent()
      Returns the content of this text documentation.
      Returns:
      String with line breaks
    • setContent

      public void setContent(String content)
      Sets the content of this text documenation.
      Parameters:
      content - Text docu content