-
public final class Attachment
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringurlprivate final AttachmentTypetype
-
Constructor Summary
Constructors Constructor Description Attachment(String url, AttachmentType type)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AttachmentTypecomponent2()final Attachmentcopy(String url, AttachmentType type)final StringgetUrl()final AttachmentTypegetType()-
-
Constructor Detail
-
Attachment
Attachment(String url, AttachmentType type)
-
-
Method Detail
-
component1
final String component1()
-
component2
final AttachmentType component2()
-
copy
final Attachment copy(String url, AttachmentType type)
-
getType
final AttachmentType getType()
-
-
-
-