FileListFromComputeNodeNextOptions Class
- java.
lang. Object - com.
microsoft. azure. batch. protocol. models. FileListFromComputeNodeNextOptions
- com.
public class FileListFromComputeNodeNextOptions
Additional parameters for listFromComputeNodeNext operation.
Constructor Summary
Constructor | Description | |
---|---|---|
FileListFromComputeNodeNextOptions() |
Method Summary
Modifier and Type | Method and Description |
---|---|
UUID |
clientRequestId()
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e. |
org.joda.time.DateTime |
ocpDate()
Get the time the request was issued. |
Boolean |
returnClientRequestId()
Get whether the server should return the client-request-id in the response. |
File |
withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e. |
File |
withOcpDate(DateTime ocpDate)
Set the time the request was issued. |
File |
withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response. |
Methods inherited from java.lang.Object
Constructor Details
FileListFromComputeNodeNextOptions
public FileListFromComputeNodeNextOptions()
Method Details
clientRequestId
public UUID clientRequestId()
Get the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
Returns:
ocpDate
public DateTime ocpDate()
Get the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.
Returns:
returnClientRequestId
public Boolean returnClientRequestId()
Get whether the server should return the client-request-id in the response.
Returns:
withClientRequestId
public FileListFromComputeNodeNextOptions withClientRequestId(UUID clientRequestId)
Set the caller-generated request identity, in the form of a GUID with no decoration such as curly braces, e.g. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.
Parameters:
Returns:
withOcpDate
public FileListFromComputeNodeNextOptions withOcpDate(DateTime ocpDate)
Set the time the request was issued. Client libraries typically set this to the current system clock time; set it explicitly if you are calling the REST API directly.
Parameters:
Returns:
withReturnClientRequestId
public FileListFromComputeNodeNextOptions withReturnClientRequestId(Boolean returnClientRequestId)
Set whether the server should return the client-request-id in the response.
Parameters:
Returns:
Applies to
Azure SDK for Java