Class CodeClimateIssue.Content

  • Enclosing class:
    CodeClimateIssue

    public static class CodeClimateIssue.Content
    extends java.lang.Object
    Content structure
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String body  
    • Constructor Summary

      Constructors 
      Constructor Description
      Content​(java.lang.String body)
      Strip out all newlines from the body
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • body

        public java.lang.String body
    • Constructor Detail

      • Content

        public Content​(java.lang.String body)
        Strip out all newlines from the body
        Parameters:
        body - The text to compose the content from