@Beta public class BinaryAttachments extends AbstractImmutableEntitySet<BinaryAttachment>
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryAttachments.Builder |
set| Constructor and Description |
|---|
BinaryAttachments(ImmutableSet<BinaryAttachment> set) |
| Modifier and Type | Method and Description |
|---|---|
static BinaryAttachments.Builder |
create() |
static BinaryAttachments |
empty() |
BinaryAttachment |
get(BinaryReference binaryReference) |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic BinaryAttachments(ImmutableSet<BinaryAttachment> set)
public BinaryAttachment get(BinaryReference binaryReference)
public static BinaryAttachments.Builder create()
public static BinaryAttachments empty()