public static interface CreateDeviceResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<CreateDeviceResponse.Builder,CreateDeviceResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateDeviceResponse.Builder |
device(Consumer<Device.Builder> device)
Information about the device.
|
CreateDeviceResponse.Builder |
device(Device device)
Information about the device.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDeviceResponse.Builder device(Device device)
Information about the device.
device - Information about the device.default CreateDeviceResponse.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.