Class AddWorkflowChecklistItemInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddWorkflowChecklistItemInput
-
public class AddWorkflowChecklistItemInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddWorkflowChecklistItemInput()
-
Method Summary
Modifier and Type Method Description AddWorkflowChecklistItemInputassigneeUserId(IdScalar v)**BETA** `User` Id of `WorkflowChecklistItem` assignee.AddWorkflowChecklistItemInputcontent(StringScalar v)**BETA** Content of the `WorkflowChecklistItem`.AddWorkflowChecklistItemInputid(IdScalar v)**BETA** `WorkflowTask` Id where the `WorkflowChecklistItem` should be created.
-
-
-
Method Detail
-
id
public AddWorkflowChecklistItemInput id(IdScalar v)
**BETA** `WorkflowTask` Id where the `WorkflowChecklistItem` should be created.
-
content
public AddWorkflowChecklistItemInput content(StringScalar v)
**BETA** Content of the `WorkflowChecklistItem`.
-
assigneeUserId
public AddWorkflowChecklistItemInput assigneeUserId(IdScalar v)
**BETA** `User` Id of `WorkflowChecklistItem` assignee.
-
-