Class On_WorkflowStatus
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_WorkflowStatus
-
public class On_WorkflowStatus extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_WorkflowStatus()
-
Method Summary
Modifier and Type Method Description On_WorkflowStatusassignedUsers(WorkflowStatus_assignedUsers callBuilder)**BETA** List of `User` assigned to this `WorkflowStatus`.On_WorkflowStatuschecklistPresets(WorkflowStatus_checklistPresets callBuilder)**BETA** A list of `WorkflowPreset` that is used to create one or more `WorkflowChecklistItem`, which are appended to a `WorkflowTask` on entering this `WorkflowState`.On_WorkflowStatuscolor(WorkflowStatus_color callBuilder)**BETA** The color of the `WorkflowStatus`.On_WorkflowStatusenterRules()**BETA** A list of `WorkflowStatusEnterRule` which needs to be satisfied before a `WorkflowTask` can enter this `WorkflowStatus`.On_WorkflowStatusid()**BETA** `WorkflowStatus` id.On_WorkflowStatusname()**BETA** The name of the `WorkflowStatus`.On_WorkflowStatustasks(WorkflowStatus_tasks callBuilder)**BETA** A list of the `WorkflowTask` in the `WorkflowStatus`.
-
-
-
Method Detail
-
id
public On_WorkflowStatus id()
**BETA** `WorkflowStatus` id.
-
name
public On_WorkflowStatus name()
**BETA** The name of the `WorkflowStatus`.
-
color
public On_WorkflowStatus color(WorkflowStatus_color callBuilder)
**BETA** The color of the `WorkflowStatus`.
-
assignedUsers
public On_WorkflowStatus assignedUsers(WorkflowStatus_assignedUsers callBuilder)
**BETA** List of `User` assigned to this `WorkflowStatus`.
-
checklistPresets
public On_WorkflowStatus checklistPresets(WorkflowStatus_checklistPresets callBuilder)
**BETA** A list of `WorkflowPreset` that is used to create one or more `WorkflowChecklistItem`, which are appended to a `WorkflowTask` on entering this `WorkflowState`.
-
tasks
public On_WorkflowStatus tasks(WorkflowStatus_tasks callBuilder)
**BETA** A list of the `WorkflowTask` in the `WorkflowStatus`.
-
enterRules
public On_WorkflowStatus enterRules()
**BETA** A list of `WorkflowStatusEnterRule` which needs to be satisfied before a `WorkflowTask` can enter this `WorkflowStatus`.
-
-