public class JobScheduleGetOptions extends Object
Constructor and Description |
---|
JobScheduleGetOptions() |
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the clientRequestId value.
|
String |
expand()
Get the expand value.
|
String |
ifMatch()
Get the ifMatch value.
|
org.joda.time.DateTime |
ifModifiedSince()
Get the ifModifiedSince value.
|
String |
ifNoneMatch()
Get the ifNoneMatch value.
|
org.joda.time.DateTime |
ifUnmodifiedSince()
Get the ifUnmodifiedSince 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.
|
JobScheduleGetOptions |
withClientRequestId(UUID clientRequestId)
Set the clientRequestId value.
|
JobScheduleGetOptions |
withExpand(String expand)
Set the expand value.
|
JobScheduleGetOptions |
withIfMatch(String ifMatch)
Set the ifMatch value.
|
JobScheduleGetOptions |
withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
Set the ifModifiedSince value.
|
JobScheduleGetOptions |
withIfNoneMatch(String ifNoneMatch)
Set the ifNoneMatch value.
|
JobScheduleGetOptions |
withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
Set the ifUnmodifiedSince value.
|
JobScheduleGetOptions |
withOcpDate(org.joda.time.DateTime ocpDate)
Set the ocpDate value.
|
JobScheduleGetOptions |
withReturnClientRequestId(Boolean returnClientRequestId)
Set the returnClientRequestId value.
|
JobScheduleGetOptions |
withSelect(String select)
Set the select value.
|
JobScheduleGetOptions |
withTimeout(Integer timeout)
Set the timeout value.
|
public String select()
public JobScheduleGetOptions withSelect(String select)
select
- the select value to setpublic String expand()
public JobScheduleGetOptions withExpand(String expand)
expand
- the expand value to setpublic Integer timeout()
public JobScheduleGetOptions withTimeout(Integer timeout)
timeout
- the timeout value to setpublic UUID clientRequestId()
public JobScheduleGetOptions withClientRequestId(UUID clientRequestId)
clientRequestId
- the clientRequestId value to setpublic Boolean returnClientRequestId()
public JobScheduleGetOptions withReturnClientRequestId(Boolean returnClientRequestId)
returnClientRequestId
- the returnClientRequestId value to setpublic org.joda.time.DateTime ocpDate()
public JobScheduleGetOptions withOcpDate(org.joda.time.DateTime ocpDate)
ocpDate
- the ocpDate value to setpublic String ifMatch()
public JobScheduleGetOptions withIfMatch(String ifMatch)
ifMatch
- the ifMatch value to setpublic String ifNoneMatch()
public JobScheduleGetOptions withIfNoneMatch(String ifNoneMatch)
ifNoneMatch
- the ifNoneMatch value to setpublic org.joda.time.DateTime ifModifiedSince()
public JobScheduleGetOptions withIfModifiedSince(org.joda.time.DateTime ifModifiedSince)
ifModifiedSince
- the ifModifiedSince value to setpublic org.joda.time.DateTime ifUnmodifiedSince()
public JobScheduleGetOptions withIfUnmodifiedSince(org.joda.time.DateTime ifUnmodifiedSince)
ifUnmodifiedSince
- the ifUnmodifiedSince value to setCopyright © 2019. All rights reserved.