public static interface BatchDetachTypedLink.Builder extends SdkPojo, CopyableBuilder<BatchDetachTypedLink.Builder,BatchDetachTypedLink>
| Modifier and Type | Method and Description |
|---|---|
default BatchDetachTypedLink.Builder |
typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
BatchDetachTypedLink.Builder |
typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDetachTypedLink.Builder typedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Used to accept a typed link specifier as input.
typedLinkSpecifier - Used to accept a typed link specifier as input.default BatchDetachTypedLink.Builder typedLinkSpecifier(Consumer<TypedLinkSpecifier.Builder> typedLinkSpecifier)
Used to accept a typed link specifier as input.
This is a convenience method that creates an instance of theTypedLinkSpecifier.Builder avoiding the
need to create one manually via TypedLinkSpecifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to typedLinkSpecifier(TypedLinkSpecifier).
typedLinkSpecifier - a consumer that will call methods on TypedLinkSpecifier.BuildertypedLinkSpecifier(TypedLinkSpecifier)Copyright © 2022. All rights reserved.