Class UpdateWorkflowChecklistItemDataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateWorkflowChecklistItemDataInput
-
public class UpdateWorkflowChecklistItemDataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateWorkflowChecklistItemDataInput()
-
Method Summary
Modifier and Type Method Description UpdateWorkflowChecklistItemDataInputassigneeUserId(IdScalar v)**BETA** `User` Id of `WorkflowChecklistItem` assignee.UpdateWorkflowChecklistItemDataInputcontent(StringScalar v)**BETA** Content of the `WorkflowChecklistItem`.
-
-
-
Method Detail
-
content
public UpdateWorkflowChecklistItemDataInput content(StringScalar v)
**BETA** Content of the `WorkflowChecklistItem`.
-
assigneeUserId
public UpdateWorkflowChecklistItemDataInput assigneeUserId(IdScalar v)
**BETA** `User` Id of `WorkflowChecklistItem` assignee.
-
-