Interface BaseResponse<T>
- All Known Subinterfaces:
JobErrorStatistics,JobTimeSeriesStatistics,JobTypeStatistics,JobWorkerStatistics,ProcessDefinitionMessageSubscriptionStatistics,SearchResponse<T>
- All Known Implementing Classes:
JobErrorStatisticsImpl,JobTimeSeriesStatisticsImpl,JobTypeStatisticsImpl,JobWorkerStatisticsImpl,ProcessDefinitionMessageSubscriptionStatisticsImpl,SearchResponseImpl
public interface BaseResponse<T>
-
Method Details
-
items
Returns the list of items -
singleItem
Returns the single item or null if the item list is empty- Returns:
- the single item or null if the item list is empty
- Throws:
ClientException- if the items contain more than one entry
-