Package org.bonitasoft.web.client.model
Class ManualTaskCreateRequest
java.lang.Object
org.bonitasoft.web.client.model.ManualTaskCreateRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ManualTaskCreateRequest
extends Object
implements Serializable
ManualTaskCreateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassignedId(String assignedId) description(String description) booleanThe id of the user assigned to the taskThe task descriptionThe task due dategetName()The task nameThe parent task IDThe task prioritygetState()The task stateinthashCode()parentTaskId(String parentTaskId) voidsetAssignedId(String assignedId) voidsetDescription(String description) voidsetDueDate(String dueDate) voidvoidsetParentTaskId(String parentTaskId) voidsetPriority(String priority) voidtoString()
-
Field Details
-
JSON_PROPERTY_PARENT_TASK_ID
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_DUE_DATE
- See Also:
-
JSON_PROPERTY_ASSIGNED_ID
- See Also:
-
-
Constructor Details
-
ManualTaskCreateRequest
public ManualTaskCreateRequest()
-
-
Method Details
-
parentTaskId
-
getParentTaskId
The parent task ID- Returns:
- parentTaskId
-
setParentTaskId
-
state
-
getState
The task state- Returns:
- state
-
setState
-
name
-
getName
The task name- Returns:
- name
-
setName
-
description
-
getDescription
The task description- Returns:
- description
-
setDescription
-
priority
-
getPriority
The task priority- Returns:
- priority
-
setPriority
-
dueDate
-
getDueDate
The task due date- Returns:
- dueDate
-
setDueDate
-
assignedId
-
getAssignedId
The id of the user assigned to the task- Returns:
- assignedId
-
setAssignedId
-
equals
-
hashCode
public int hashCode() -
toString
-