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