public static class SyncUpdateElement.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Modifier and Type | Method and Description |
---|---|
SyncUpdateElement.Builder |
addRecords(Record records)
Adds an records to records.
|
SyncUpdateElement.Builder |
addRelationships(Relationship relationships)
Adds an relationships to relationships.
|
SyncUpdateElement |
build()
Builds a SyncUpdateElement.
|
SyncUpdateElement.Builder |
records(List<Record> records)
Set the records.
|
SyncUpdateElement.Builder |
relationships(List<Relationship> relationships)
Set the relationships.
|
public SyncUpdateElement build()
public SyncUpdateElement.Builder addRecords(Record records)
records
- the new recordspublic SyncUpdateElement.Builder addRelationships(Relationship relationships)
relationships
- the new relationshipspublic SyncUpdateElement.Builder records(List<Record> records)
records
- the recordspublic SyncUpdateElement.Builder relationships(List<Relationship> relationships)
relationships
- the relationshipsCopyright © 2021 IBM Cloud. All rights reserved.