Class On_AssetCommentReply
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetCommentReply
-
public class On_AssetCommentReply extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetCommentReply()
-
Method Summary
Modifier and Type Method Description On_AssetCommentReplycontent()The content of the `AssetCommentReply`.On_AssetCommentReplycreatedAt()The `DateTime` of creation.On_AssetCommentReplycreator(AssetCommentReply_creator callBuilder)The `User` representing the creator.On_AssetCommentReplyid()The id of the current `AssetCommentReply`.On_AssetCommentReplymentionedUsers(AssetCommentReply_mentionedUsers callBuilder)Mentioned `User` list in the `content` field.On_AssetCommentReplymodifiedAt()The `DateTime` of the last modification.On_AssetCommentReplymodifier(AssetCommentReply_modifier callBuilder)The `User` representing the last modifier.
-
-
-
Method Detail
-
id
public On_AssetCommentReply id()
The id of the current `AssetCommentReply`.
-
creator
public On_AssetCommentReply creator(AssetCommentReply_creator callBuilder)
The `User` representing the creator.
-
createdAt
public On_AssetCommentReply createdAt()
The `DateTime` of creation.
-
modifier
public On_AssetCommentReply modifier(AssetCommentReply_modifier callBuilder)
The `User` representing the last modifier.
-
modifiedAt
public On_AssetCommentReply modifiedAt()
The `DateTime` of the last modification.
-
content
public On_AssetCommentReply content()
The content of the `AssetCommentReply`. Contains `User` mentions in the format `@[user:USER_ID].`
-
mentionedUsers
public On_AssetCommentReply mentionedUsers(AssetCommentReply_mentionedUsers callBuilder)
Mentioned `User` list in the `content` field.
-
-