Package | Description |
---|---|
com.ibm.analytics.mdm.v0.model |
Modifier and Type | Method and Description |
---|---|
Relationship.Builder |
Relationship.Builder.attributes(Map<String,Object> attributes)
Set the attributes.
|
Relationship.Builder |
Relationship.Builder.fromRecordId(String fromRecordId)
Set the fromRecordId.
|
Relationship.Builder |
Relationship.Builder.fromRecordNumber(String fromRecordNumber)
Set the fromRecordNumber.
|
Relationship.Builder |
Relationship.Builder.fromRecordSource(String fromRecordSource)
Set the fromRecordSource.
|
Relationship.Builder |
Relationship.Builder.fromRecordType(String fromRecordType)
Set the fromRecordType.
|
Relationship.Builder |
Relationship.Builder.id(String id)
Set the id.
|
Relationship.Builder |
Relationship.newBuilder()
New builder.
|
Relationship.Builder |
Relationship.Builder.toRecordId(String toRecordId)
Set the toRecordId.
|
Relationship.Builder |
Relationship.Builder.toRecordNumber(String toRecordNumber)
Set the toRecordNumber.
|
Relationship.Builder |
Relationship.Builder.toRecordSource(String toRecordSource)
Set the toRecordSource.
|
Relationship.Builder |
Relationship.Builder.toRecordType(String toRecordType)
Set the toRecordType.
|
Relationship.Builder |
Relationship.Builder.type(String type)
Set the type.
|
Relationship.Builder |
Relationship.Builder.typeName(String typeName)
Set the typeName.
|
Copyright © 2021 IBM Cloud. All rights reserved.