public static class GetTransferJobResponse.Builder extends Object implements BmcResponse.Builder<GetTransferJobResponse>
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
GetTransferJobResponse.Builder |
__httpStatusCode__(int __httpStatusCode__) |
GetTransferJobResponse |
build()
Build the response object.
|
GetTransferJobResponse.Builder |
copy(GetTransferJobResponse o)
Copy method to populate the builder with values from the given instance.
|
GetTransferJobResponse.Builder |
etag(String etag) |
GetTransferJobResponse.Builder |
headers(Map<String,List<String>> headers) |
GetTransferJobResponse.Builder |
opcRequestId(String opcRequestId) |
GetTransferJobResponse.Builder |
transferJob(TransferJob transferJob)
The returned
TransferJob instance. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isNotModified
public GetTransferJobResponse.Builder __httpStatusCode__(int __httpStatusCode__)
__httpStatusCode__
in interface BmcResponse.Builder<GetTransferJobResponse>
public GetTransferJobResponse.Builder headers(Map<String,List<String>> headers)
headers
in interface BmcResponse.Builder<GetTransferJobResponse>
public GetTransferJobResponse.Builder opcRequestId(String opcRequestId)
opcRequestId
- the value to setpublic GetTransferJobResponse.Builder etag(String etag)
etag
- the value to setpublic GetTransferJobResponse.Builder transferJob(TransferJob transferJob)
The returned TransferJob
instance.
transferJob
- the value to setpublic GetTransferJobResponse.Builder copy(GetTransferJobResponse o)
Copy method to populate the builder with values from the given instance.
copy
in interface BmcResponse.Builder<GetTransferJobResponse>
o
- other request from which to copy valuespublic GetTransferJobResponse build()
Build the response object.
build
in interface BmcResponse.Builder<GetTransferJobResponse>
Copyright © 2016–2024. All rights reserved.