Class AddWorkflowChecklistPresetInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AddWorkflowChecklistPresetInput
-
public class AddWorkflowChecklistPresetInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AddWorkflowChecklistPresetInput()
-
Method Summary
Modifier and Type Method Description AddWorkflowChecklistPresetInputassigneeUserId(IdScalar v)**BETA** `User` Id of `WorkflowChecklistPreset` assignee.AddWorkflowChecklistPresetInputcontent(StringScalar v)**BETA** Content of the `WorkflowChecklistPreset`.AddWorkflowChecklistPresetInputid(IdScalar v)**BETA** `WorkflowStatus` Id where the `WorkflowChecklistPreset` should be created.
-
-
-
Method Detail
-
id
public AddWorkflowChecklistPresetInput id(IdScalar v)
**BETA** `WorkflowStatus` Id where the `WorkflowChecklistPreset` should be created.
-
content
public AddWorkflowChecklistPresetInput content(StringScalar v)
**BETA** Content of the `WorkflowChecklistPreset`.
-
assigneeUserId
public AddWorkflowChecklistPresetInput assigneeUserId(IdScalar v)
**BETA** `User` Id of `WorkflowChecklistPreset` assignee.
-
-