Class CreateAssetCommentInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateAssetCommentInput
-
public class CreateAssetCommentInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateAssetCommentInput()
-
Method Summary
Modifier and Type Method Description CreateAssetCommentInputassetId(IdScalar v)Id of the `Asset` where you wish to create a new `AssetComment`.CreateAssetCommentInputcontent(StringScalar v)`AssetComment` content.CreateAssetCommentInputmarking(MarkingInput v)Add a `Marking` (highlighted area) to the new `AssetComment`.
-
-
-
Method Detail
-
assetId
public CreateAssetCommentInput assetId(IdScalar v)
Id of the `Asset` where you wish to create a new `AssetComment`.
-
content
public CreateAssetCommentInput content(StringScalar v)
`AssetComment` 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.
-
marking
public CreateAssetCommentInput marking(MarkingInput v)
Add a `Marking` (highlighted area) to the new `AssetComment`.
-
-