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