@Beta public class AttachedBinaries extends AbstractImmutableEntitySet<AttachedBinary>
Modifier and Type | Class and Description |
---|---|
static class |
AttachedBinaries.Builder |
set
Modifier and Type | Method and Description |
---|---|
static AttachedBinaries.Builder |
create() |
static AttachedBinaries |
empty() |
static AttachedBinaries |
fromCollection(Collection<AttachedBinary> references) |
AttachedBinary |
getByBinaryReference(BinaryReference reference) |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static AttachedBinaries empty()
public AttachedBinary getByBinaryReference(BinaryReference reference)
public static AttachedBinaries fromCollection(Collection<AttachedBinary> references)
public static AttachedBinaries.Builder create()