public class JobListOptions extends Object
Constructor and Description |
---|
JobListOptions() |
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the clientRequestId value.
|
String |
expand()
Get the expand 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.
|
String |
select()
Get the select value.
|
Integer |
timeout()
Get the timeout value.
|
JobListOptions |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobListOptions |
withExpand(String expand)
Set the expand value.
|
JobListOptions |
withFilter(String filter)
Set the filter value.
|
JobListOptions |
withMaxResults(Integer maxResults)
Set the maxResults value.
|
JobListOptions |
withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobListOptions |
withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobListOptions |
withSelect(String select)
Set the select value.
|
JobListOptions |
withTimeout(Integer timeout)
Set the timeout value.
|
public String filter()
public JobListOptions withFilter(String filter)
filter
- the filter value to setpublic String select()
public JobListOptions withSelect(String select)
select
- the select value to setpublic String expand()
public JobListOptions withExpand(String expand)
expand
- the expand value to setpublic Integer maxResults()
public JobListOptions withMaxResults(Integer maxResults)
maxResults
- the maxResults value to setpublic Integer timeout()
public JobListOptions withTimeout(Integer timeout)
timeout
- the timeout value to setpublic UUID clientRequestId()
public JobListOptions withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic Boolean returnClientRequestId()
public JobListOptions withReturnClientRequestId(Boolean returnClientRequestId)
returnClientRequestId
- the returnClientRequestId value to setpublic org.joda.time.DateTime ocpDate()
public JobListOptions withOcpDate(org.joda.time.DateTime ocpDate)
ocpDate
- the ocpDate value to setCopyright © 2019. All rights reserved.