public abstract class Attachment
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Attachment.Builder |
| Constructor and Description |
|---|
Attachment() |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.Builder |
builder() |
abstract java.lang.String |
description() |
abstract java.util.List<Profile> |
descriptionTags() |
abstract java.lang.String |
id() |
abstract java.util.List<Attachment> |
subAttachments() |
abstract java.lang.String |
title() |
abstract java.lang.String |
type() |
abstract java.lang.String |
url() |
public abstract java.lang.String id()
public abstract java.lang.String description()
public abstract java.util.List<Profile> descriptionTags()
public abstract java.util.List<Attachment> subAttachments()
public abstract java.lang.String title()
public abstract java.lang.String type()
public abstract java.lang.String url()
public static Attachment.Builder builder()