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.Builderbuilder()Stringfilename()OptionalIntheight()Stringid()StringproxyUrl()intsize()Stringurl()OptionalIntwidth()
-
-
-
Method Detail
-
builder
static discord4j.discordjson.json.ImmutableAttachmentData.Builder builder()
-
id
String id()
-
filename
String filename()
-
size
int size()
-
url
String url()
-
proxyUrl
String proxyUrl()
-
height
OptionalInt height()
-
width
OptionalInt width()
-
-