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