T - public abstract class Response<T> extends BasicResponse
| Constructor and Description |
|---|
Response()
Deprecated.
|
Response(T entity)
Deprecated.
Constructor for a result containing a single entity.
|
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getData()
Deprecated.
|
void |
setData(T data)
Deprecated.
|
Copyright © 2017 LeanIX GmbH. All rights reserved.