Uses of Class
ch.brix.gql.client.frontify.input_objects.CreateAssetWorkflowTaskInput
-
Packages that use CreateAssetWorkflowTaskInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of CreateAssetWorkflowTaskInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type CreateAssetWorkflowTaskInput Modifier and Type Method Description RootMutation_createAssetWorkflowTask_ArgsRootMutation_createAssetWorkflowTask_Args. input(CreateAssetWorkflowTaskInput value)**BETA** `CreateAssetWorkflowTask` input argument. -
Uses of CreateAssetWorkflowTaskInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return CreateAssetWorkflowTaskInput Modifier and Type Method Description CreateAssetWorkflowTaskInputCreateAssetWorkflowTaskInput. assetId(IdScalar v)**BETA** Id of the `Asset` which should be linked to the `WorkflowTask`.CreateAssetWorkflowTaskInputCreateAssetWorkflowTaskInput. assigneeUserIds(List<IdScalar> v)**BETA** List of `User` ids to be assigned to the `WorkflowTask`.CreateAssetWorkflowTaskInputCreateAssetWorkflowTaskInput. statusEnterMessage(StringScalar v)**BETA** `WorkflowTask` enter message.CreateAssetWorkflowTaskInputCreateAssetWorkflowTaskInput. workflowStatusId(IdScalar v)**BETA** Id of the `WorkflowStatus` where the `WorkflowTask` should be created.
-