Class CreateInternalArticleRequest


  • public final class CreateInternalArticleRequest
    extends java.lang.Object
    • Method Detail

      • getTitle

        public java.lang.String getTitle()
        Returns:
        The title of the article.
      • getBody

        public java.util.Optional<java.lang.String> getBody()
        Returns:
        The content of the article.
      • getAuthorId

        public int getAuthorId()
        Returns:
        The id of the author of the article.
      • getOwnerId

        public int getOwnerId()
        Returns:
        The id of the owner of the article.
      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object