Uses of Class
ch.brix.gql.client.frontify.builders.On_Comment
-
Packages that use On_Comment Package Description ch.brix.gql.client.frontify.builders -
-
Uses of On_Comment in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders that return On_Comment Modifier and Type Method Description On_CommentOn_Comment. content()The `Comment` message.On_CommentOn_Comment. createdAt()The `DateTime` of the `Comment` creation.On_CommentOn_Comment. creator(Comment_creator callBuilder)The `User` representing the `Comment` creator.On_CommentOn_Comment. id()The `Comment` identifier.On_CommentOn_Comment. modifiedAt()The `DateTime` of the `Comment` last modification.On_CommentOn_Comment. modifier(Comment_modifier callBuilder)The last `User` to modify the `Comment`.Methods in ch.brix.gql.client.frontify.builders with parameters of type On_Comment Modifier and Type Method Description DeleteComment_commentDeleteComment_comment. onComment(On_Comment typeBuilder)EditComment_commentEditComment_comment. onComment(On_Comment typeBuilder)
-