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