| Package | Description |
|---|---|
| uk.co.visalia.brightpearl.apiclient.common |
| Modifier and Type | Method and Description |
|---|---|
IdSet |
IdSet.add(Collection<Integer> ids)
Add IDs from a collection.
|
IdSet |
IdSet.add(Integer... ids)
Add IDs from an array or varargs argument.
|
IdSet |
IdSet.addRange(int from,
int to)
Add a range of IDs.
|
static IdSet |
IdSet.all()
Initialise an empty ID set.
|
static IdSet |
IdSet.any()
Initialise an empty ID set.
|
static IdSet |
IdSet.ids(Collection<Integer> ids)
Initialise an ID set containing a collection of IDs.
|
static IdSet |
IdSet.ids(Integer... ids)
Initialise an ID set containing IDs from an array or varargs argument.
|
static IdSet |
IdSet.parse(String str)
Parse the string representation of an ID set.
|
static IdSet |
IdSet.range(int from,
int to)
Initialise an ID set with a single range of IDs.
|
| Modifier and Type | Method and Description |
|---|---|
Set<IdSet> |
IdSet.split(int batchSize)
Splits this IdSet into batches of the given size.
|
Copyright © 2014. All Rights Reserved.