Modifier and Type | Class and Description |
---|---|
static class |
Attachment.Builder |
Constructor and Description |
---|
Attachment(Attachment.Builder builder) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
BinaryReference |
getBinaryReference() |
String |
getExtension() |
String |
getLabel() |
String |
getMimeType() |
String |
getName() |
String |
getNameWithoutExtension() |
long |
getSize() |
int |
hashCode() |
static Attachment.Builder |
newAttachment() |
static Attachment.Builder |
newAttachment(Attachment source) |
String |
toString() |
public Attachment(Attachment.Builder builder)
public String getMimeType()
public String getName()
public BinaryReference getBinaryReference()
public String getNameWithoutExtension()
public String getExtension()
public String getLabel()
public long getSize()
public static Attachment.Builder newAttachment()
public static Attachment.Builder newAttachment(Attachment source)