Package com.oracle.bmc.dts.responses
Class UpdateTransferDeviceResponse.Builder
- java.lang.Object
-
- com.oracle.bmc.dts.responses.UpdateTransferDeviceResponse.Builder
-
- All Implemented Interfaces:
BmcResponse.Builder<UpdateTransferDeviceResponse>
- Enclosing class:
- UpdateTransferDeviceResponse
public static class UpdateTransferDeviceResponse.Builder extends Object implements BmcResponse.Builder<UpdateTransferDeviceResponse>
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateTransferDeviceResponse.Builder
__httpStatusCode__(int __httpStatusCode__)
UpdateTransferDeviceResponse
build()
Build the response object.UpdateTransferDeviceResponse.Builder
copy(UpdateTransferDeviceResponse o)
Copy method to populate the builder with values from the given instance.UpdateTransferDeviceResponse.Builder
etag(String etag)
UpdateTransferDeviceResponse.Builder
headers(Map<String,List<String>> headers)
UpdateTransferDeviceResponse.Builder
opcRequestId(String opcRequestId)
UpdateTransferDeviceResponse.Builder
transferDevice(TransferDevice transferDevice)
The returned TransferDevice instance.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.oracle.bmc.responses.BmcResponse.Builder
isNotModified
-
-
-
-
Method Detail
-
__httpStatusCode__
public UpdateTransferDeviceResponse.Builder __httpStatusCode__(int __httpStatusCode__)
- Specified by:
__httpStatusCode__
in interfaceBmcResponse.Builder<UpdateTransferDeviceResponse>
-
headers
public UpdateTransferDeviceResponse.Builder headers(Map<String,List<String>> headers)
- Specified by:
headers
in interfaceBmcResponse.Builder<UpdateTransferDeviceResponse>
-
opcRequestId
public UpdateTransferDeviceResponse.Builder opcRequestId(String opcRequestId)
- Parameters:
opcRequestId
- the value to set- Returns:
- this builder
-
etag
public UpdateTransferDeviceResponse.Builder etag(String etag)
- Parameters:
etag
- the value to set- Returns:
- this builder
-
transferDevice
public UpdateTransferDeviceResponse.Builder transferDevice(TransferDevice transferDevice)
The returned TransferDevice instance.- Parameters:
transferDevice
- the value to set- Returns:
- this builder
-
copy
public UpdateTransferDeviceResponse.Builder copy(UpdateTransferDeviceResponse o)
Copy method to populate the builder with values from the given instance.- Specified by:
copy
in interfaceBmcResponse.Builder<UpdateTransferDeviceResponse>
- Parameters:
o
- other request from which to copy values- Returns:
- this builder instance
-
build
public UpdateTransferDeviceResponse build()
Build the response object.- Specified by:
build
in interfaceBmcResponse.Builder<UpdateTransferDeviceResponse>
- Returns:
- the response object
-
-