public static interface UpdateDeviceResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<UpdateDeviceResponse.Builder,UpdateDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateDeviceResponse.Builder |
device(Consumer<Device.Builder> device)
Information about the device.
|
UpdateDeviceResponse.Builder |
device(Device device)
Information about the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDeviceResponse.Builder device(Device device)
Information about the device.
device - Information about the device.default UpdateDeviceResponse.Builder device(Consumer<Device.Builder> device)
Information about the device.
This is a convenience method that creates an instance of theDevice.Builder avoiding the need to
create one manually via Device.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to device(Device).
device - a consumer that will call methods on Device.Builderdevice(Device)Copyright © 2023. All rights reserved.