public class GetContentResponse
extends java.lang.Object
GetContentRequest.| Constructor and Description |
|---|
GetContentResponse(java.util.List<Content> results)
This constructor initialises the response with the given set of results.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Content> |
getResults()
This method returns the matching content contained in the response to a
GetContentRequest. |
public GetContentResponse(java.util.List<Content> results)
results - The results contained in the responsepublic java.util.List<Content> getResults()
GetContentRequest.GetContentRequest.