@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(java.util.Collection<AttachedBinary> references) |
AttachedBinary |
getByBinaryReference(BinaryReference reference) |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
public static AttachedBinaries empty()
public AttachedBinary getByBinaryReference(BinaryReference reference)
public static AttachedBinaries fromCollection(java.util.Collection<AttachedBinary> references)
public static AttachedBinaries.Builder create()