BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(Collection<AttributeNameAndValue> attributes) |
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(Consumer<AttributeNameAndValue.Builder>... attributes) |
A set of attributes that are associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.attributes(AttributeNameAndValue... attributes) |
A set of attributes that are associated with the typed link.
|
static BatchAttachTypedLink.Builder |
BatchAttachTypedLink.builder() |
|
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.sourceObjectReference(Consumer<ObjectReference.Builder> sourceObjectReference) |
Identifies the source object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.sourceObjectReference(ObjectReference sourceObjectReference) |
Identifies the source object that the typed link will attach to.
|
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.targetObjectReference(Consumer<ObjectReference.Builder> targetObjectReference) |
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.targetObjectReference(ObjectReference targetObjectReference) |
Identifies the target object that the typed link will attach to.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.toBuilder() |
|
default BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.typedLinkFacet(Consumer<TypedLinkSchemaAndFacetName.Builder> typedLinkFacet) |
Identifies the typed link facet that is associated with the typed link.
|
BatchAttachTypedLink.Builder |
BatchAttachTypedLink.Builder.typedLinkFacet(TypedLinkSchemaAndFacetName typedLinkFacet) |
Identifies the typed link facet that is associated with the typed link.
|