public class UpdateTaskAssignmentByIdRequestBody extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateTaskAssignmentByIdRequestBody.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
message
An optional message by the assignee that can be added to the task.
|
protected EnumWrapper<UpdateTaskAssignmentByIdRequestBodyResolutionStateField> |
resolutionState
The state of the task assigned to the user.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
UpdateTaskAssignmentByIdRequestBody() |
protected |
UpdateTaskAssignmentByIdRequestBody(UpdateTaskAssignmentByIdRequestBody.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMessage() |
EnumWrapper<UpdateTaskAssignmentByIdRequestBodyResolutionStateField> |
getResolutionState() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected EnumWrapper<UpdateTaskAssignmentByIdRequestBodyResolutionStateField> resolutionState
* For a task with an `action` value of `complete` this can be `incomplete` or `completed`. * For a task with an `action` of `review` this can be `incomplete`, `approved`, or `rejected`.
public UpdateTaskAssignmentByIdRequestBody()
protected UpdateTaskAssignmentByIdRequestBody(UpdateTaskAssignmentByIdRequestBody.Builder builder)
public String getMessage()
public EnumWrapper<UpdateTaskAssignmentByIdRequestBodyResolutionStateField> getResolutionState()