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__)UpdateTransferDeviceResponsebuild()Build the response object.UpdateTransferDeviceResponse.Buildercopy(UpdateTransferDeviceResponse o)Copy method to populate the builder with values from the given instance.UpdateTransferDeviceResponse.Builderetag(String etag)UpdateTransferDeviceResponse.Builderheaders(Map<String,List<String>> headers)UpdateTransferDeviceResponse.BuilderopcRequestId(String opcRequestId)UpdateTransferDeviceResponse.BuildertransferDevice(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:
headersin 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:
copyin 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:
buildin interfaceBmcResponse.Builder<UpdateTransferDeviceResponse>- Returns:
- the response object
-
-