Class RatingsTypes
java.lang.Object
com.liferay.headless.admin.site.dto.v1_0.RatingsTypes
- All Implemented Interfaces:
Serializable
- See Also:
- Generated:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enumstatic enum -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected RatingsTypes.BlogPostingprotected RatingsTypes.BookmarksEntryprotected RatingsTypes.Commentprotected RatingsTypes.Documentprotected RatingsTypes.KnowledgeBaseArticleprotected RatingsTypes.MessageBoardMessageprotected RatingsTypes.SitePageprotected RatingsTypes.StructuredContentprotected RatingsTypes.WikiPage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@Valid RatingsTypes.BlogPosting@Valid RatingsTypes.BookmarksEntry@Valid RatingsTypes.Comment@Valid RatingsTypes.Document@Valid RatingsTypes.SitePage@Valid RatingsTypes.WikiPageinthashCode()voidsetBlogPosting(RatingsTypes.BlogPosting blogPosting) voidsetBlogPosting(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.BlogPosting, Exception> blogPostingUnsafeSupplier) voidsetBookmarksEntry(RatingsTypes.BookmarksEntry bookmarksEntry) voidsetBookmarksEntry(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.BookmarksEntry, Exception> bookmarksEntryUnsafeSupplier) voidsetComment(RatingsTypes.Comment comment) voidsetComment(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.Comment, Exception> commentUnsafeSupplier) voidsetDocument(RatingsTypes.Document document) voidsetDocument(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.Document, Exception> documentUnsafeSupplier) voidsetKnowledgeBaseArticle(RatingsTypes.KnowledgeBaseArticle knowledgeBaseArticle) voidsetKnowledgeBaseArticle(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.KnowledgeBaseArticle, Exception> knowledgeBaseArticleUnsafeSupplier) voidsetMessageBoardMessage(RatingsTypes.MessageBoardMessage messageBoardMessage) voidsetMessageBoardMessage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.MessageBoardMessage, Exception> messageBoardMessageUnsafeSupplier) voidsetSitePage(RatingsTypes.SitePage sitePage) voidsetSitePage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.SitePage, Exception> sitePageUnsafeSupplier) voidsetStructuredContent(RatingsTypes.StructuredContent structuredContent) voidsetStructuredContent(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.StructuredContent, Exception> structuredContentUnsafeSupplier) voidsetWikiPage(RatingsTypes.WikiPage wikiPage) voidsetWikiPage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.WikiPage, Exception> wikiPageUnsafeSupplier) static RatingsTypestoString()static RatingsTypesunsafeToDTO(String json)
-
Field Details
-
blogPosting
-
bookmarksEntry
-
comment
-
document
-
knowledgeBaseArticle
-
messageBoardMessage
-
sitePage
-
structuredContent
-
wikiPage
-
xClassName
-
-
Constructor Details
-
RatingsTypes
public RatingsTypes()
-
-
Method Details
-
toDTO
-
unsafeToDTO
-
getBlogPosting
-
getBlogPostingAsString
-
setBlogPosting
-
setBlogPosting
public void setBlogPosting(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.BlogPosting, Exception> blogPostingUnsafeSupplier) -
getBookmarksEntry
-
getBookmarksEntryAsString
-
setBookmarksEntry
-
setBookmarksEntry
public void setBookmarksEntry(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.BookmarksEntry, Exception> bookmarksEntryUnsafeSupplier) -
getComment
-
getCommentAsString
-
setComment
-
setComment
public void setComment(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.Comment, Exception> commentUnsafeSupplier) -
getDocument
-
getDocumentAsString
-
setDocument
-
setDocument
public void setDocument(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.Document, Exception> documentUnsafeSupplier) -
getKnowledgeBaseArticle
-
getKnowledgeBaseArticleAsString
-
setKnowledgeBaseArticle
-
setKnowledgeBaseArticle
public void setKnowledgeBaseArticle(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.KnowledgeBaseArticle, Exception> knowledgeBaseArticleUnsafeSupplier) -
getMessageBoardMessage
-
getMessageBoardMessageAsString
-
setMessageBoardMessage
-
setMessageBoardMessage
public void setMessageBoardMessage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.MessageBoardMessage, Exception> messageBoardMessageUnsafeSupplier) -
getSitePage
-
getSitePageAsString
-
setSitePage
-
setSitePage
public void setSitePage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.SitePage, Exception> sitePageUnsafeSupplier) -
getStructuredContent
-
getStructuredContentAsString
-
setStructuredContent
-
setStructuredContent
public void setStructuredContent(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.StructuredContent, Exception> structuredContentUnsafeSupplier) -
getWikiPage
-
getWikiPageAsString
-
setWikiPage
-
setWikiPage
public void setWikiPage(com.liferay.petra.function.UnsafeSupplier<RatingsTypes.WikiPage, Exception> wikiPageUnsafeSupplier) -
equals
-
hashCode
public int hashCode() -
toString
-