public class TaskListSubtasksOptions extends Object
Constructor and Description |
---|
TaskListSubtasksOptions() |
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the clientRequestId value.
|
org.joda.time.DateTime |
ocpDate()
Get the ocpDate value.
|
Boolean |
returnClientRequestId()
Get the returnClientRequestId value.
|
String |
select()
Get the select value.
|
Integer |
timeout()
Get the timeout value.
|
TaskListSubtasksOptions |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
TaskListSubtasksOptions |
withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
TaskListSubtasksOptions |
withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
TaskListSubtasksOptions |
withSelect(String select)
Set the select value.
|
TaskListSubtasksOptions |
withTimeout(Integer timeout)
Set the timeout value.
|
public String select()
public TaskListSubtasksOptions withSelect(String select)
select
- the select value to setpublic Integer timeout()
public TaskListSubtasksOptions withTimeout(Integer timeout)
timeout
- the timeout value to setpublic UUID clientRequestId()
public TaskListSubtasksOptions withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic Boolean returnClientRequestId()
public TaskListSubtasksOptions withReturnClientRequestId(Boolean returnClientRequestId)
returnClientRequestId
- the returnClientRequestId value to setpublic org.joda.time.DateTime ocpDate()
public TaskListSubtasksOptions withOcpDate(org.joda.time.DateTime ocpDate)
ocpDate
- the ocpDate value to setCopyright © 2019. All rights reserved.