public class Attachment
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attachment.Builder |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getId()
Get the id string which represents an email attachment.
|
int |
hashCode() |
static Attachment.Builder |
newBuilder() |
public static Attachment.Builder newBuilder()
public java.lang.String getId()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object