Class ReplyToCommentInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.ReplyToCommentInput
-
public class ReplyToCommentInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description ReplyToCommentInput()
-
Method Summary
Modifier and Type Method Description ReplyToCommentInputid(IdScalar v)`AssetComment` Id of the comment you want to reply to.ReplyToCommentInputreply(StringScalar v)`AssetComment` reply content.
-
-
-
Method Detail
-
id
public ReplyToCommentInput id(IdScalar v)
`AssetComment` Id of the comment you want to reply to.
-
reply
public ReplyToCommentInput reply(StringScalar v)
`AssetComment` reply content. Can include `User` mentions by wrapping an authorized `Project` `User` Id in the form of `@[user:<id>]` where `<id>` is the `User` integer or global identifier.
-
-