public class TaskDocumentSave extends Object implements Serializable
| Constructor and Description |
|---|
TaskDocumentSave() |
| Modifier and Type | Method and Description |
|---|---|
String |
author() |
TaskDocumentSave |
author(String author) |
Boolean |
completed() |
TaskDocumentSave |
completed(Boolean completed) |
io.intino.konos.alexandria.schema.Resource |
document() |
TaskDocumentSave |
document(io.intino.konos.alexandria.schema.Resource document) |
String |
task() |
TaskDocumentSave |
task(String task) |
java.time.Instant |
ts() |
TaskDocumentSave |
ts(java.time.Instant ts) |
public java.time.Instant ts()
public String task()
public io.intino.konos.alexandria.schema.Resource document()
public Boolean completed()
public String author()
public TaskDocumentSave ts(java.time.Instant ts)
public TaskDocumentSave task(String task)
public TaskDocumentSave document(io.intino.konos.alexandria.schema.Resource document)
public TaskDocumentSave completed(Boolean completed)
public TaskDocumentSave author(String author)
Copyright © 2018. All rights reserved.