public class FileSummaryListResult extends WebMethodResult implements Serializable
Java class for fileSummaryListResult complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<FileSummaryData> |
fileSummaries |
protected Boolean |
truncated |
requestId, statusCode, statusDetail| Constructor and Description |
|---|
FileSummaryListResult() |
| Modifier and Type | Method and Description |
|---|---|
List<FileSummaryData> |
getFileSummaries()
Gets the value of the fileSummaries property.
|
Boolean |
isTruncated()
Gets the value of the truncated property.
|
void |
setTruncated(Boolean value)
Sets the value of the truncated property.
|
getRequestId, getStatusCode, getStatusDetail, setRequestId, setStatusCode, setStatusDetailprotected List<FileSummaryData> fileSummaries
protected Boolean truncated
public List<FileSummaryData> getFileSummaries()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fileSummaries property.
For example, to add a new item, do as follows:
getFileSummaries().add(newItem);
Objects of the following type(s) are allowed in the list
FileSummaryData
public Boolean isTruncated()
BooleanCopyright © 2021. All rights reserved.