Class On_WorkflowChecklistItem
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WorkflowChecklistItem
-
public class On_WorkflowChecklistItem extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WorkflowChecklistItem()
-
Method Summary
Modifier and Type Method Description On_WorkflowChecklistItemassignedUser(WorkflowChecklistItem_assignedUser callBuilder)**BETA** The default assignee of the `WorkflowChecklistItem`.On_WorkflowChecklistItemcontent()**BETA** The content of the `WorkflowChecklistItem`.On_WorkflowChecklistItemid()**BETA** `WorkflowChecklistItem` Id.
-
-
-
Method Detail
-
id
public On_WorkflowChecklistItem id()
**BETA** `WorkflowChecklistItem` Id.
-
content
public On_WorkflowChecklistItem content()
**BETA** The content of the `WorkflowChecklistItem`.
-
assignedUser
public On_WorkflowChecklistItem assignedUser(WorkflowChecklistItem_assignedUser callBuilder)
**BETA** The default assignee of the `WorkflowChecklistItem`.
-
-