Class CreateAssetWorkflowTaskInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateAssetWorkflowTaskInput
-
public class CreateAssetWorkflowTaskInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateAssetWorkflowTaskInput()
-
Method Summary
Modifier and Type Method Description CreateAssetWorkflowTaskInputassetId(IdScalar v)**BETA** Id of the `Asset` which should be linked to the `WorkflowTask`.CreateAssetWorkflowTaskInputassigneeUserIds(List<IdScalar> v)**BETA** List of `User` ids to be assigned to the `WorkflowTask`.CreateAssetWorkflowTaskInputstatusEnterMessage(StringScalar v)**BETA** `WorkflowTask` enter message.CreateAssetWorkflowTaskInputworkflowStatusId(IdScalar v)**BETA** Id of the `WorkflowStatus` where the `WorkflowTask` should be created.
-
-
-
Method Detail
-
assetId
public CreateAssetWorkflowTaskInput assetId(IdScalar v)
**BETA** Id of the `Asset` which should be linked to the `WorkflowTask`.
-
workflowStatusId
public CreateAssetWorkflowTaskInput workflowStatusId(IdScalar v)
**BETA** Id of the `WorkflowStatus` where the `WorkflowTask` should be created.
-
assigneeUserIds
public CreateAssetWorkflowTaskInput assigneeUserIds(List<IdScalar> v)
**BETA** List of `User` ids to be assigned to the `WorkflowTask`. Currently, only one Id is supported.
-
statusEnterMessage
public CreateAssetWorkflowTaskInput statusEnterMessage(StringScalar v)
**BETA** `WorkflowTask` enter message. Optionally required by a `EnterRule` of the given `WorkflowStatus`.
-
-