Class On_WorkflowChecklistPreset
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WorkflowChecklistPreset
-
public class On_WorkflowChecklistPreset extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WorkflowChecklistPreset()
-
Method Summary
Modifier and Type Method Description On_WorkflowChecklistPresetassignedUser(WorkflowChecklistPreset_assignedUser callBuilder)**BETA** The default assignee of the `WorkflowChecklistPreset`.On_WorkflowChecklistPresetcontent()**BETA** The content of the `WorkflowChecklistPreset`.On_WorkflowChecklistPresetid()**BETA** `WorkflowChecklistPreset` Id.
-
-
-
Method Detail
-
id
public On_WorkflowChecklistPreset id()
**BETA** `WorkflowChecklistPreset` Id.
-
content
public On_WorkflowChecklistPreset content()
**BETA** The content of the `WorkflowChecklistPreset`.
-
assignedUser
public On_WorkflowChecklistPreset assignedUser(WorkflowChecklistPreset_assignedUser callBuilder)
**BETA** The default assignee of the `WorkflowChecklistPreset`.
-
-