@Immutable public final class AttachmentStringsFromJson extends Object implements AttachmentStrings
| Constructor and Description |
|---|
AttachmentStringsFromJson(com.google.gson.JsonElement root,
int group)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
attachmentStrings()
Extracts attachment attachmentString from the provided Json Elements.
|
public AttachmentStringsFromJson(com.google.gson.JsonElement root,
int group)
root - A JsonElement
that contains attachment attachmentString(s).group - Group ID.public List<String> attachmentStrings() throws IOException
AttachmentStringsattachmentStrings in interface AttachmentStringsList with attachment attachmentString(s).IOException - If attachment attachmentString cannot be extracted.Copyright © 2017–2018 jcabi.com. All rights reserved.