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