public class ListResult extends Object implements EventResult<List,EventContext>
| Constructor and Description |
|---|
ListResult(EventContext context) |
ListResult(List response,
EventContext context) |
| Modifier and Type | Method and Description |
|---|---|
EventContext |
getContext()
Specifies the context to the event.
|
List |
getResponse()
Returns the response returned from the event.
|
public ListResult(List response, EventContext context)
public ListResult(EventContext context)
public EventContext getContext()
EventResultgetContext in interface EventResult<List,EventContext>public List getResponse()
EventResultReturns the response returned from the event.
getResponse in interface EventResult<List,EventContext>Copyright © 2018 WSO2. All rights reserved.