public static interface DeleteCoreNetworkResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteCoreNetworkResponse.Builder,DeleteCoreNetworkResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteCoreNetworkResponse.Builder |
coreNetwork(Consumer<CoreNetwork.Builder> coreNetwork)
Information about the deleted core network.
|
DeleteCoreNetworkResponse.Builder |
coreNetwork(CoreNetwork coreNetwork)
Information about the deleted core network.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteCoreNetworkResponse.Builder coreNetwork(CoreNetwork coreNetwork)
Information about the deleted core network.
coreNetwork - Information about the deleted core network.default DeleteCoreNetworkResponse.Builder coreNetwork(Consumer<CoreNetwork.Builder> coreNetwork)
Information about the deleted core network.
This is a convenience method that creates an instance of theCoreNetwork.Builder avoiding the need to
create one manually via CoreNetwork.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to coreNetwork(CoreNetwork).
coreNetwork - a consumer that will call methods on CoreNetwork.BuildercoreNetwork(CoreNetwork)Copyright © 2022. All rights reserved.