Package discord4j.discordjson.json
Interface AttachmentData
-
@Immutable public interface AttachmentData
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static discord4j.discordjson.json.ImmutableAttachmentData.Builder
builder()
String
filename()
OptionalInt
height()
discord4j.discordjson.Id
id()
String
proxyUrl()
int
size()
String
url()
OptionalInt
width()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.ImmutableAttachmentData.Builder builder()
-
id
discord4j.discordjson.Id id()
-
filename
String filename()
-
size
int size()
-
url
String url()
-
proxyUrl
String proxyUrl()
-
height
OptionalInt height()
-
width
OptionalInt width()
-
-