public class ListResponse<T> extends ServiceObject
Constructor and Description |
---|
ListResponse() |
ListResponse(List<T> data) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getList() |
void |
setList(List<T> data) |
addMessage, getErrorCode, getInstruction, getMessage, getStatus, isSuccessful, setErrorCode, setInstruction, setMessage, setStatus
public ListResponse(List<T> data)
public ListResponse()
Copyright © 2011–2015 The Kuali Foundation. All rights reserved.