Package | Description |
---|---|
com.pushtechnology.diffusion.client.content |
Unified API - Content.
|
Modifier and Type | Method and Description |
---|---|
Record.Builder |
Record.Builder.add(Collection<?> fields)
Adds one or more fields to the end of the record.
|
Record.Builder |
Record.Builder.add(int index,
String field)
Inserts a field at a specified index within the record, moving
subsequent fields along the record.
|
Record.Builder |
Record.Builder.add(String... fields)
Adds one or more fields to the end of the record.
|
Record.Builder |
Record.Factory.newRecordBuilder()
Returns a new record builder.
|
Record.Builder |
Record.Builder.remove(int index)
Removes a specified field from the record.
|
Record.Builder |
Record.Builder.reset()
Resets the builder to its initial state.
|
Record.Builder |
Record.Builder.set(int index,
String field)
Replaces a field at a specified index within the record.
|
Copyright © 2016 Push Technology Ltd. All Rights Reserved.