public class Relationship
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
Relationship.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
attributes()
Gets the attributes.
|
String |
fromRecordId()
Gets the fromRecordId.
|
String |
fromRecordNumber()
Gets the fromRecordNumber.
|
String |
fromRecordSource()
Gets the fromRecordSource.
|
String |
fromRecordType()
Gets the fromRecordType.
|
String |
id()
Gets the id.
|
Relationship.Builder |
newBuilder()
New builder.
|
String |
toRecordId()
Gets the toRecordId.
|
String |
toRecordNumber()
Gets the toRecordNumber.
|
String |
toRecordSource()
Gets the toRecordSource.
|
String |
toRecordType()
Gets the toRecordType.
|
String |
type()
Gets the type.
|
String |
typeName()
Gets the typeName.
|
public Relationship.Builder newBuilder()
public String type()
public String id()
public Map<String,Object> attributes()
public String typeName()
public String fromRecordId()
public String fromRecordSource()
public String fromRecordNumber()
public String fromRecordType()
public String toRecordId()
public String toRecordSource()
public String toRecordType()
public String toRecordNumber()
Copyright © 2021 IBM Cloud. All rights reserved.