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