@Immutable public final class AttachmentsFromResults extends Object implements AttachmentStrings
Additional info
| Constructor and Description |
|---|
AttachmentsFromResults(com.google.gson.JsonArray root,
int group)
Ctor.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
attachmentStrings()
Extracts attachment attachmentString from the provided Json Elements.
|
public AttachmentsFromResults(com.google.gson.JsonArray root,
int group)
root - JsonArray that contains the
QueryResultsBasic
of the queries.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.