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