Class On_WorkflowTask
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WorkflowTask
-
public class On_WorkflowTask extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WorkflowTask()
-
Method Summary
Modifier and Type Method Description On_WorkflowTaskasset(WorkflowTask_asset callBuilder)**BETA** The `Asset` linked to the `WorkflowTask`.On_WorkflowTaskassignedUsers(WorkflowTask_assignedUsers callBuilder)**BETA** A list of `User` assigned to the `WorkflowTask`.On_WorkflowTaskchecklistItem(WorkflowTask_checklistItem callBuilder)**BETA** A list of the `WorkflowChecklistItem` in the `WorkflowTask`.On_WorkflowTaskdescription()**BETA** `WorkflowTask` description.On_WorkflowTaskid()**BETA** `WorkflowTask` Id.On_WorkflowTaskstatus(WorkflowTask_status callBuilder)**BETA** The `WorkflowStatus` of the `WorkflowTask`.On_WorkflowTasktitle()**BETA** `WorkflowTask` title.
-
-
-
Method Detail
-
id
public On_WorkflowTask id()
**BETA** `WorkflowTask` Id.
-
assignedUsers
public On_WorkflowTask assignedUsers(WorkflowTask_assignedUsers callBuilder)
**BETA** A list of `User` assigned to the `WorkflowTask`.
-
asset
public On_WorkflowTask asset(WorkflowTask_asset callBuilder)
**BETA** The `Asset` linked to the `WorkflowTask`.
-
title
public On_WorkflowTask title()
**BETA** `WorkflowTask` title.
-
description
public On_WorkflowTask description()
**BETA** `WorkflowTask` description.
-
status
public On_WorkflowTask status(WorkflowTask_status callBuilder)
**BETA** The `WorkflowStatus` of the `WorkflowTask`.
-
checklistItem
public On_WorkflowTask checklistItem(WorkflowTask_checklistItem callBuilder)
**BETA** A list of the `WorkflowChecklistItem` in the `WorkflowTask`.
-
-