Class On_Comment
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Comment
-
public class On_Comment extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Comment()
-
Method Summary
Modifier and Type Method Description On_Commentcontent()The `Comment` message.On_CommentcreatedAt()The `DateTime` of the `Comment` creation.On_Commentcreator(Comment_creator callBuilder)The `User` representing the `Comment` creator.On_Commentid()The `Comment` identifier.On_CommentmodifiedAt()The `DateTime` of the `Comment` last modification.On_Commentmodifier(Comment_modifier callBuilder)The last `User` to modify the `Comment`.
-
-
-
Method Detail
-
id
public On_Comment id()
The `Comment` identifier.
-
creator
public On_Comment creator(Comment_creator callBuilder)
The `User` representing the `Comment` creator.
-
createdAt
public On_Comment createdAt()
The `DateTime` of the `Comment` creation.
-
modifier
public On_Comment modifier(Comment_modifier callBuilder)
The last `User` to modify the `Comment`.
-
modifiedAt
public On_Comment modifiedAt()
The `DateTime` of the `Comment` last modification.
-
content
public On_Comment content()
The `Comment` message.
-
-